Html Css Color HEX #BBC004 La Rioja

📋 copy color: '#BBC004'

red 187 ◦ green 192 ◦ blue 4

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

Shades of La Rioja #BBC004

Tints of La Rioja #BBC004

RGB

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

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

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

R = 48.83%
G = 50.13%
B = 1.04%

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

#BBC004 (or 0xBBC004) is known color: La Rioja. HEX triplet: BB, C0 and 04. RGB value is (187,192,4). Sum of RGB (Red+Green+Blue) = 187+192+4=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC004 is #443FFB. Grayscale: #A9A9A9. Windows color (decimal): -4472828 or 311483. OLE color: 311483.

HSL color Cylindrical-coordinate representation of color #BBC004: hue angle of 61.6º degrees, saturation: 0.96, 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 #BBC004 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 4 -
CMYK 0.03 0 0.98 0.25
HSL 61.6º 0.96% 0.38% -
HSV(B) 61.6º 0.98% 0.75% -
XYZ 39.37 48.27 7.36 -
YUV 169.07 34.84 140.79 -
System Red Green Blue C M Y K H S L
Decimal 187 192 4 0.03 0 0.98 0.25 61.6 0.96 0.38
Hex BB C0 4 3 0 62 19 3E 60 26
Octal 273 300 4 3 0 142 31 76 140 46
Binary 10111011 11000000 100 11 0 1100010 11001 111110 1100000 100110

Color Harmonies of #BBC004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC004

Black with #BBC004

Text Example


Text Example

White with #BBC004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC004; }

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

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

background-color css

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

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

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

border-color css

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

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

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