Html Css Color HEX #BFD41C Rio Grande

📋 copy color: '#BFD41C'

red 191 ◦ green 212 ◦ blue 28

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

Shades of Rio Grande #BFD41C

Tints of Rio Grande #BFD41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.5%

R = 44.32%
G = 49.19%
B = 6.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#BFD41C (or 0xBFD41C) is known color: Rio Grande. HEX triplet: BF, D4 and 1C. RGB value is (191,212,28). Sum of RGB (Red+Green+Blue) = 191+212+28=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD41C is #402BE3. Grayscale: #B9B9B9. Windows color (decimal): -4205540 or 1889471. OLE color: 1889471.

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

Color convert

RGB 191 212 28 -
CMYK 0.10 0 0.87 0.17
HSL 66.85º 0.77% 0.47% -
HSV(B) 66.85º 0.87% 0.83% -
XYZ 45.24 58.25 9.96 -
YUV 184.75 39.54 132.46 -
System Red Green Blue C M Y K H S L
Decimal 191 212 28 0.10 0 0.87 0.17 66.85 0.77 0.47
Hex BF D4 1C A 0 57 11 43 4D 2F
Octal 277 324 34 12 0 127 21 103 115 57
Binary 10111111 11010100 11100 1010 0 1010111 10001 1000011 1001101 101111

Color Harmonies of #BFD41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD41C

Black with #BFD41C

Text Example


Text Example

White with #BFD41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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