Html Css Color HEX #BFD018 Rio Grande

📋 copy color: '#BFD018'

red 191 ◦ green 208 ◦ blue 24

#BFD018
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BFD018

Tints of Rio Grande #BFD018

RGB

 RED value IS 191 (75% from 255) = 45.15%

 GREEN value IS 208 (81.64% from 255) = 49.17%

 BLUE value IS 24 (9.77% from 255) = 5.67%

R = 45.15%
G = 49.17%
B = 5.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFD018 (or 0xBFD018) is known color: Rio Grande. HEX triplet: BF, D0 and 18. RGB value is (191,208,24). Sum of RGB (Red+Green+Blue) = 191+208+24=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD018 is #402FE7. Grayscale: #B6B6B6. Windows color (decimal): -4206568 or 1626303. OLE color: 1626303.

HSL color Cylindrical-coordinate representation of color #BFD018: hue angle of 65.54º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFD018 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 208 24 -
CMYK 0.08 0 0.88 0.18
HSL 65.54º 0.79% 0.45% -
HSV(B) 65.54º 0.88% 0.82% -
XYZ 44.21 56.25 9.39 -
YUV 181.94 38.87 134.46 -
System Red Green Blue C M Y K H S L
Decimal 191 208 24 0.08 0 0.88 0.18 65.54 0.79 0.45
Hex BF D0 18 8 0 58 12 42 4F 2D
Octal 277 320 30 10 0 130 22 102 117 55
Binary 10111111 11010000 11000 1000 0 1011000 10010 1000010 1001111 101101

Color Harmonies of #BFD018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD018

Black with #BFD018

Text Example


Text Example

White with #BFD018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD018; }

 p { color: rgb(191,208,24); }

 H1.HeaderClassName
 {
   color: #BFD018;
 }
 .AnyTagClassName
 {
   color: #BFD018;
 }
</style>

background-color css

<style>
 a { background-color: #BFD018; }

 a { background-color: rgb(191,208,24); }

 div.DivClassName
 {
   background-color: #BFD018;
 }
 .BgClassName
 {
   background-color: #BFD018;
 }
</style>

border-color css

<style>
 span { border-color: #BFD018; }

 span { border-color: rgb(191,208,24); }

 td.TdClassName
 {
   border-color: #BFD018;
 }
 .TagClassName
 {
   border-color: #BFD018;
 }
</style>