Html Css Color HEX #BFC815 Rio Grande

📋 copy color: '#BFC815'

red 191 ◦ green 200 ◦ blue 21

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

Shades of Rio Grande #BFC815

Tints of Rio Grande #BFC815

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.54%

 BLUE value IS 21 (8.59% from 255) = 5.1%

R = 46.36%
G = 48.54%
B = 5.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#BFC815 (or 0xBFC815) is known color: Rio Grande. HEX triplet: BF, C8 and 15. RGB value is (191,200,21). Sum of RGB (Red+Green+Blue) = 191+200+21=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC815 is #4037EA. Grayscale: #B1B1B1. Windows color (decimal): -4208619 or 1427647. OLE color: 1427647.

HSL color Cylindrical-coordinate representation of color #BFC815: hue angle of 63.02º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFC815 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 200 21 -
CMYK 0.04 0 0.90 0.22
HSL 63.02º 0.81% 0.43% -
HSV(B) 63.02º 0.9% 0.78% -
XYZ 42.28 52.44 8.6 -
YUV 176.9 40.02 138.05 -
System Red Green Blue C M Y K H S L
Decimal 191 200 21 0.04 0 0.90 0.22 63.02 0.81 0.43
Hex BF C8 15 4 0 5A 16 3F 51 2B
Octal 277 310 25 4 0 132 26 77 121 53
Binary 10111111 11001000 10101 100 0 1011010 10110 111111 1010001 101011

Color Harmonies of #BFC815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC815

Black with #BFC815

Text Example


Text Example

White with #BFC815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC815; }

 p { color: rgb(191,200,21); }

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

background-color css

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

 a { background-color: rgb(191,200,21); }

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

border-color css

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

 span { border-color: rgb(191,200,21); }

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