Html Css Color HEX #BFC51F Rio Grande

📋 copy color: '#BFC51F'

red 191 ◦ green 197 ◦ blue 31

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

Shades of Rio Grande #BFC51F

Tints of Rio Grande #BFC51F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.02%

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

R = 45.58%
G = 47.02%
B = 7.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#BFC51F (or 0xBFC51F) is known color: Rio Grande. HEX triplet: BF, C5 and 1F. RGB value is (191,197,31). Sum of RGB (Red+Green+Blue) = 191+197+31=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC51F is #403AE0. Grayscale: #B0B0B0. Windows color (decimal): -4209377 or 2082239. OLE color: 2082239.

HSL color Cylindrical-coordinate representation of color #BFC51F: hue angle of 62.17º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFC51F is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 197 31 -
CMYK 0.03 0 0.84 0.23
HSL 62.17º 0.73% 0.45% -
HSV(B) 62.17º 0.84% 0.77% -
XYZ 41.7 51.11 8.96 -
YUV 176.28 46.01 138.5 -
System Red Green Blue C M Y K H S L
Decimal 191 197 31 0.03 0 0.84 0.23 62.17 0.73 0.45
Hex BF C5 1F 3 0 54 17 3E 49 2D
Octal 277 305 37 3 0 124 27 76 111 55
Binary 10111111 11000101 11111 11 0 1010100 10111 111110 1001001 101101

Color Harmonies of #BFC51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC51F

Black with #BFC51F

Text Example


Text Example

White with #BFC51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC51F; }

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

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

background-color css

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

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

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

border-color css

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

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

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