Html Css Color HEX #BFC916 Rio Grande

📋 copy color: '#BFC916'

red 191 ◦ green 201 ◦ blue 22

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

Shades of Rio Grande #BFC916

Tints of Rio Grande #BFC916

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.55%

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

R = 46.14%
G = 48.55%
B = 5.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#BFC916 (or 0xBFC916) is known color: Rio Grande. HEX triplet: BF, C9 and 16. RGB value is (191,201,22). Sum of RGB (Red+Green+Blue) = 191+201+22=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC916 is #4036E9. Grayscale: #B2B2B2. Windows color (decimal): -4208362 or 1493439. OLE color: 1493439.

HSL color Cylindrical-coordinate representation of color #BFC916: hue angle of 63.35º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFC916 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 201 22 -
CMYK 0.05 0 0.89 0.21
HSL 63.35º 0.8% 0.44% -
HSV(B) 63.35º 0.89% 0.79% -
XYZ 42.52 52.91 8.73 -
YUV 177.6 40.19 137.55 -
System Red Green Blue C M Y K H S L
Decimal 191 201 22 0.05 0 0.89 0.21 63.35 0.8 0.44
Hex BF C9 16 5 0 59 15 3F 50 2C
Octal 277 311 26 5 0 131 25 77 120 54
Binary 10111111 11001001 10110 101 0 1011001 10101 111111 1010000 101100

Color Harmonies of #BFC916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC916

Black with #BFC916

Text Example


Text Example

White with #BFC916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC916; }

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

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

background-color css

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

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

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

border-color css

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

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

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