Html Css Color HEX #BFD60C Rio Grande

📋 copy color: '#BFD60C'

red 191 ◦ green 214 ◦ blue 12

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

Shades of Rio Grande #BFD60C

Tints of Rio Grande #BFD60C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.32%

 BLUE value IS 12 (5.08% from 255) = 2.88%

R = 45.8%
G = 51.32%
B = 2.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#BFD60C (or 0xBFD60C) is known color: Rio Grande. HEX triplet: BF, D6 and 0C. RGB value is (191,214,12). Sum of RGB (Red+Green+Blue) = 191+214+12=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD60C is #4029F3. Grayscale: #B8B8B8. Windows color (decimal): -4205044 or 841407. OLE color: 841407.

HSL color Cylindrical-coordinate representation of color #BFD60C: hue angle of 66.83º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFD60C is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 214 12 -
CMYK 0.11 0 0.94 0.16
HSL 66.83º 0.89% 0.44% -
HSV(B) 66.83º 0.94% 0.84% -
XYZ 45.6 59.2 9.37 -
YUV 184.1 30.88 132.93 -
System Red Green Blue C M Y K H S L
Decimal 191 214 12 0.11 0 0.94 0.16 66.83 0.89 0.44
Hex BF D6 C B 0 5E 10 43 59 2C
Octal 277 326 14 13 0 136 20 103 131 54
Binary 10111111 11010110 1100 1011 0 1011110 10000 1000011 1011001 101100

Color Harmonies of #BFD60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD60C

Black with #BFD60C

Text Example


Text Example

White with #BFD60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD60C; }

 p { color: rgb(191,214,12); }

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

background-color css

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

 a { background-color: rgb(191,214,12); }

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

border-color css

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

 span { border-color: rgb(191,214,12); }

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