Html Css Color HEX #BFD412 Rio Grande

📋 copy color: '#BFD412'

red 191 ◦ green 212 ◦ blue 18

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

Shades of Rio Grande #BFD412

Tints of Rio Grande #BFD412

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.36%

 BLUE value IS 18 (7.42% from 255) = 4.28%

R = 45.37%
G = 50.36%
B = 4.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#BFD412 (or 0xBFD412) is known color: Rio Grande. HEX triplet: BF, D4 and 12. RGB value is (191,212,18). Sum of RGB (Red+Green+Blue) = 191+212+18=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD412 is #402BED. Grayscale: #B8B8B8. Windows color (decimal): -4205550 or 1234111. OLE color: 1234111.

HSL color Cylindrical-coordinate representation of color #BFD412: hue angle of 66.49º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFD412 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 212 18 -
CMYK 0.10 0 0.92 0.17
HSL 66.49º 0.84% 0.45% -
HSV(B) 66.49º 0.92% 0.83% -
XYZ 45.14 58.21 9.43 -
YUV 183.61 34.54 133.27 -
System Red Green Blue C M Y K H S L
Decimal 191 212 18 0.10 0 0.92 0.17 66.49 0.84 0.45
Hex BF D4 12 A 0 5C 11 42 54 2D
Octal 277 324 22 12 0 134 21 102 124 55
Binary 10111111 11010100 10010 1010 0 1011100 10001 1000010 1010100 101101

Color Harmonies of #BFD412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD412

Black with #BFD412

Text Example


Text Example

White with #BFD412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD412; }

 p { color: rgb(191,212,18); }

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

background-color css

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

 a { background-color: rgb(191,212,18); }

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

border-color css

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

 span { border-color: rgb(191,212,18); }

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