Html Css Color HEX #BFD11F Rio Grande

📋 copy color: '#BFD11F'

red 191 ◦ green 209 ◦ blue 31

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

Shades of Rio Grande #BFD11F

Tints of Rio Grande #BFD11F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.49%

 BLUE value IS 31 (12.5% from 255) = 7.19%

R = 44.32%
G = 48.49%
B = 7.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#BFD11F (or 0xBFD11F) is known color: Rio Grande. HEX triplet: BF, D1 and 1F. RGB value is (191,209,31). Sum of RGB (Red+Green+Blue) = 191+209+31=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 31 (12.5% from 255 or 7.19% from 431); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD11F is #402EE0. Grayscale: #B8B8B8. Windows color (decimal): -4206305 or 2085311. OLE color: 2085311.

HSL color Cylindrical-coordinate representation of color #BFD11F: hue angle of 66.07º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFD11F is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 209 31 -
CMYK 0.09 0 0.85 0.18
HSL 66.07º 0.74% 0.47% -
HSV(B) 66.07º 0.85% 0.82% -
XYZ 44.53 56.78 9.91 -
YUV 183.33 42.04 133.47 -
System Red Green Blue C M Y K H S L
Decimal 191 209 31 0.09 0 0.85 0.18 66.07 0.74 0.47
Hex BF D1 1F 9 0 55 12 42 4A 2F
Octal 277 321 37 11 0 125 22 102 112 57
Binary 10111111 11010001 11111 1001 0 1010101 10010 1000010 1001010 101111

Color Harmonies of #BFD11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD11F

Black with #BFD11F

Text Example


Text Example

White with #BFD11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD11F; }

 p { color: rgb(191,209,31); }

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

background-color css

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

 a { background-color: rgb(191,209,31); }

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

border-color css

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

 span { border-color: rgb(191,209,31); }

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