Html Css Color HEX #BFC518 Rio Grande

📋 copy color: '#BFC518'

red 191 ◦ green 197 ◦ blue 24

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

Shades of Rio Grande #BFC518

Tints of Rio Grande #BFC518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.83%

R = 46.36%
G = 47.82%
B = 5.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#BFC518 (or 0xBFC518) is known color: Rio Grande. HEX triplet: BF, C5 and 18. RGB value is (191,197,24). Sum of RGB (Red+Green+Blue) = 191+197+24=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 24 (9.77% from 255 or 5.83% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC518 is #403AE7. Grayscale: #B0B0B0. Windows color (decimal): -4209384 or 1623487. OLE color: 1623487.

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

Color convert

RGB 191 197 24 -
CMYK 0.03 0 0.88 0.23
HSL 62.08º 0.78% 0.43% -
HSV(B) 62.08º 0.88% 0.77% -
XYZ 41.62 51.07 8.53 -
YUV 175.48 42.51 139.07 -
System Red Green Blue C M Y K H S L
Decimal 191 197 24 0.03 0 0.88 0.23 62.08 0.78 0.43
Hex BF C5 18 3 0 58 17 3E 4E 2B
Octal 277 305 30 3 0 130 27 76 116 53
Binary 10111111 11000101 11000 11 0 1011000 10111 111110 1001110 101011

Color Harmonies of #BFC518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC518

Black with #BFC518

Text Example


Text Example

White with #BFC518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC518; }

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

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

background-color css

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

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

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

border-color css

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

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

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