Html Css Color HEX #BBC215 La Rioja

📋 copy color: '#BBC215'

red 187 ◦ green 194 ◦ blue 21

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

Shades of La Rioja #BBC215

Tints of La Rioja #BBC215

RGB

 RED value IS 187 (73.44% from 255) = 46.52%

 GREEN value IS 194 (76.17% from 255) = 48.26%

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

R = 46.52%
G = 48.26%
B = 5.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#BBC215 (or 0xBBC215) is known color: La Rioja. HEX triplet: BB, C2 and 15. RGB value is (187,194,21). Sum of RGB (Red+Green+Blue) = 187+194+21=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC215 is #443DEA. Grayscale: #ACACAC. Windows color (decimal): -4472299 or 1426107. OLE color: 1426107.

HSL color Cylindrical-coordinate representation of color #BBC215: hue angle of 62.43º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBC215 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 21 -
CMYK 0.04 0 0.89 0.24
HSL 62.43º 0.8% 0.42% -
HSV(B) 62.43º 0.89% 0.76% -
XYZ 39.92 49.2 8.1 -
YUV 172.19 42.68 138.57 -
System Red Green Blue C M Y K H S L
Decimal 187 194 21 0.04 0 0.89 0.24 62.43 0.8 0.42
Hex BB C2 15 4 0 59 18 3E 50 2A
Octal 273 302 25 4 0 131 30 76 120 52
Binary 10111011 11000010 10101 100 0 1011001 11000 111110 1010000 101010

Color Harmonies of #BBC215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC215

Black with #BBC215

Text Example


Text Example

White with #BBC215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC215; }

 p { color: rgb(187,194,21); }

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

background-color css

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

 a { background-color: rgb(187,194,21); }

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

border-color css

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

 span { border-color: rgb(187,194,21); }

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