Html Css Color HEX #BFC51B Rio Grande

📋 copy color: '#BFC51B'

red 191 ◦ green 197 ◦ blue 27

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

Shades of Rio Grande #BFC51B

Tints of Rio Grande #BFC51B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.51%

R = 46.02%
G = 47.47%
B = 6.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#BFC51B (or 0xBFC51B) is known color: Rio Grande. HEX triplet: BF, C5 and 1B. RGB value is (191,197,27). Sum of RGB (Red+Green+Blue) = 191+197+27=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 27 (10.94% from 255 or 6.51% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC51B is #403AE4. Grayscale: #B0B0B0. Windows color (decimal): -4209381 or 1820095. OLE color: 1820095.

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

Color convert

RGB 191 197 27 -
CMYK 0.03 0 0.86 0.23
HSL 62.12º 0.76% 0.44% -
HSV(B) 62.12º 0.86% 0.77% -
XYZ 41.65 51.09 8.7 -
YUV 175.83 44.01 138.82 -
System Red Green Blue C M Y K H S L
Decimal 191 197 27 0.03 0 0.86 0.23 62.12 0.76 0.44
Hex BF C5 1B 3 0 56 17 3E 4C 2C
Octal 277 305 33 3 0 126 27 76 114 54
Binary 10111111 11000101 11011 11 0 1010110 10111 111110 1001100 101100

Color Harmonies of #BFC51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC51B

Black with #BFC51B

Text Example


Text Example

White with #BFC51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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