Html Css Color HEX #BBC300 La Rioja

📋 copy color: '#BBC300'

red 187 ◦ green 195 ◦ blue 0

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

Shades of La Rioja #BBC300

Tints of La Rioja #BBC300

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.95%
G = 51.05%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#BBC300 (or 0xBBC300) is known color: La Rioja. HEX triplet: BB, C3 and 00. RGB value is (187,195,0). Sum of RGB (Red+Green+Blue) = 187+195+0=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC300 is #443CFF. Grayscale: #ABABAB. Windows color (decimal): -4472064 or 50107. OLE color: 50107.

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

Color convert

RGB 187 195 0 -
CMYK 0.04 0 1 0.24
HSL 62.46º 1% 0.38% -
HSV(B) 62.46º 1% 0.76% -
XYZ 40.01 49.6 7.46 -
YUV 170.38 31.85 139.86 -
System Red Green Blue C M Y K H S L
Decimal 187 195 0 0.04 0 1 0.24 62.46 1 0.38
Hex BB C3 0 4 0 64 18 3E 64 26
Octal 273 303 0 4 0 144 30 76 144 46
Binary 10111011 11000011 0 100 0 1100100 11000 111110 1100100 100110

Color Harmonies of #BBC300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC300

Black with #BBC300

Text Example


Text Example

White with #BBC300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC300; }

 p { color: rgb(187,195,0); }

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

background-color css

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

 a { background-color: rgb(187,195,0); }

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

border-color css

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

 span { border-color: rgb(187,195,0); }

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