Html Css Color HEX #BFC516 Rio Grande

📋 copy color: '#BFC516'

red 191 ◦ green 197 ◦ blue 22

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

Shades of Rio Grande #BFC516

Tints of Rio Grande #BFC516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.37%

R = 46.59%
G = 48.05%
B = 5.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#BFC516 (or 0xBFC516) is known color: Rio Grande. HEX triplet: BF, C5 and 16. RGB value is (191,197,22). Sum of RGB (Red+Green+Blue) = 191+197+22=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC516 is #403AE9. Grayscale: #AFAFAF. Windows color (decimal): -4209386 or 1492415. OLE color: 1492415.

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

Color convert

RGB 191 197 22 -
CMYK 0.03 0 0.89 0.23
HSL 62.06º 0.8% 0.43% -
HSV(B) 62.06º 0.89% 0.77% -
XYZ 41.6 51.07 8.42 -
YUV 175.26 41.51 139.23 -
System Red Green Blue C M Y K H S L
Decimal 191 197 22 0.03 0 0.89 0.23 62.06 0.8 0.43
Hex BF C5 16 3 0 59 17 3E 50 2B
Octal 277 305 26 3 0 131 27 76 120 53
Binary 10111111 11000101 10110 11 0 1011001 10111 111110 1010000 101011

Color Harmonies of #BFC516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC516

Black with #BFC516

Text Example


Text Example

White with #BFC516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC516; }

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

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

background-color css

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

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

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

border-color css

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

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

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