Html Css Color HEX #BBC204 La Rioja

📋 copy color: '#BBC204'

red 187 ◦ green 194 ◦ blue 4

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

Shades of La Rioja #BBC204

Tints of La Rioja #BBC204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 48.57%
G = 50.39%
B = 1.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#BBC204 (or 0xBBC204) is known color: La Rioja. HEX triplet: BB, C2 and 04. RGB value is (187,194,4). Sum of RGB (Red+Green+Blue) = 187+194+4=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC204 is #443DFB. Grayscale: #ABABAB. Windows color (decimal): -4472316 or 311995. OLE color: 311995.

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

Color convert

RGB 187 194 4 -
CMYK 0.04 0 0.98 0.24
HSL 62.21º 0.96% 0.39% -
HSV(B) 62.21º 0.98% 0.76% -
XYZ 39.81 49.16 7.51 -
YUV 170.25 34.18 139.95 -
System Red Green Blue C M Y K H S L
Decimal 187 194 4 0.04 0 0.98 0.24 62.21 0.96 0.39
Hex BB C2 4 4 0 62 18 3E 60 27
Octal 273 302 4 4 0 142 30 76 140 47
Binary 10111011 11000010 100 100 0 1100010 11000 111110 1100000 100111

Color Harmonies of #BBC204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC204

Black with #BBC204

Text Example


Text Example

White with #BBC204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC204; }

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

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

background-color css

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

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

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

border-color css

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

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

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