Html Css Color HEX #BFC11F Rio Grande

📋 copy color: '#BFC11F'

red 191 ◦ green 193 ◦ blue 31

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

Shades of Rio Grande #BFC11F

Tints of Rio Grande #BFC11F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.51%

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

R = 46.02%
G = 46.51%
B = 7.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#BFC11F (or 0xBFC11F) is known color: Rio Grande. HEX triplet: BF, C1 and 1F. RGB value is (191,193,31). Sum of RGB (Red+Green+Blue) = 191+193+31=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC11F is #403EE0. Grayscale: #AEAEAE. Windows color (decimal): -4210401 or 2081215. OLE color: 2081215.

HSL color Cylindrical-coordinate representation of color #BFC11F: hue angle of 60.74º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFC11F is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 193 31 -
CMYK 0.01 0 0.84 0.24
HSL 60.74º 0.72% 0.44% -
HSV(B) 60.74º 0.84% 0.76% -
XYZ 40.8 49.32 8.66 -
YUV 173.93 47.34 140.17 -
System Red Green Blue C M Y K H S L
Decimal 191 193 31 0.01 0 0.84 0.24 60.74 0.72 0.44
Hex BF C1 1F 1 0 54 18 3D 48 2C
Octal 277 301 37 1 0 124 30 75 110 54
Binary 10111111 11000001 11111 1 0 1010100 11000 111101 1001000 101100

Color Harmonies of #BFC11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC11F

Black with #BFC11F

Text Example


Text Example

White with #BFC11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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