Html Css Color HEX #BFCB15 Rio Grande

📋 copy color: '#BFCB15'

red 191 ◦ green 203 ◦ blue 21

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

Shades of Rio Grande #BFCB15

Tints of Rio Grande #BFCB15

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.92%

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

R = 46.02%
G = 48.92%
B = 5.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#BFCB15 (or 0xBFCB15) is known color: Rio Grande. HEX triplet: BF, CB and 15. RGB value is (191,203,21). Sum of RGB (Red+Green+Blue) = 191+203+21=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 21 (8.59% from 255 or 5.06% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCB15 is #4034EA. Grayscale: #B3B3B3. Windows color (decimal): -4207851 or 1428415. OLE color: 1428415.

HSL color Cylindrical-coordinate representation of color #BFCB15: hue angle of 63.96º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFCB15 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 203 21 -
CMYK 0.06 0 0.90 0.20
HSL 63.96º 0.81% 0.44% -
HSV(B) 63.96º 0.9% 0.8% -
XYZ 42.98 53.84 8.84 -
YUV 178.66 39.02 136.8 -
System Red Green Blue C M Y K H S L
Decimal 191 203 21 0.06 0 0.90 0.20 63.96 0.81 0.44
Hex BF CB 15 6 0 5A 14 40 51 2C
Octal 277 313 25 6 0 132 24 100 121 54
Binary 10111111 11001011 10101 110 0 1011010 10100 1000000 1010001 101100

Color Harmonies of #BFCB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB15

Black with #BFCB15

Text Example


Text Example

White with #BFCB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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