Html Css Color HEX #BBC003 La Rioja

📋 copy color: '#BBC003'

red 187 ◦ green 192 ◦ blue 3

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

Shades of La Rioja #BBC003

Tints of La Rioja #BBC003

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.26%

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 48.95%
G = 50.26%
B = 0.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BBC003 (or 0xBBC003) is known color: La Rioja. HEX triplet: BB, C0 and 03. RGB value is (187,192,3). Sum of RGB (Red+Green+Blue) = 187+192+3=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 3 (1.56% from 255 or 0.79% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC003 is #443FFC. Grayscale: #A9A9A9. Windows color (decimal): -4472829 or 245947. OLE color: 245947.

HSL color Cylindrical-coordinate representation of color #BBC003: hue angle of 61.59º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBC003 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 3 -
CMYK 0.03 0 0.98 0.25
HSL 61.59º 0.97% 0.38% -
HSV(B) 61.59º 0.98% 0.75% -
XYZ 39.36 48.27 7.33 -
YUV 168.96 34.34 140.87 -
System Red Green Blue C M Y K H S L
Decimal 187 192 3 0.03 0 0.98 0.25 61.59 0.97 0.38
Hex BB C0 3 3 0 62 19 3E 61 26
Octal 273 300 3 3 0 142 31 76 141 46
Binary 10111011 11000000 11 11 0 1100010 11001 111110 1100001 100110

Color Harmonies of #BBC003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC003

Black with #BBC003

Text Example


Text Example

White with #BBC003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC003; }

 p { color: rgb(187,192,3); }

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

background-color css

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

 a { background-color: rgb(187,192,3); }

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

border-color css

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

 span { border-color: rgb(187,192,3); }

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