Html Css Color HEX #BFC51D Rio Grande

📋 copy color: '#BFC51D'

red 191 ◦ green 197 ◦ blue 29

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

Shades of Rio Grande #BFC51D

Tints of Rio Grande #BFC51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.95%

R = 45.8%
G = 47.24%
B = 6.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#BFC51D (or 0xBFC51D) is known color: Rio Grande. HEX triplet: BF, C5 and 1D. RGB value is (191,197,29). Sum of RGB (Red+Green+Blue) = 191+197+29=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC51D is #403AE2. Grayscale: #B0B0B0. Windows color (decimal): -4209379 or 1951167. OLE color: 1951167.

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

Color convert

RGB 191 197 29 -
CMYK 0.03 0 0.85 0.23
HSL 62.14º 0.74% 0.44% -
HSV(B) 62.14º 0.85% 0.77% -
XYZ 41.67 51.1 8.83 -
YUV 176.05 45.01 138.66 -
System Red Green Blue C M Y K H S L
Decimal 191 197 29 0.03 0 0.85 0.23 62.14 0.74 0.44
Hex BF C5 1D 3 0 55 17 3E 4A 2C
Octal 277 305 35 3 0 125 27 76 112 54
Binary 10111111 11000101 11101 11 0 1010101 10111 111110 1001010 101100

Color Harmonies of #BFC51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC51D

Black with #BFC51D

Text Example


Text Example

White with #BFC51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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