Html Css Color HEX #BBCA00 La Rioja

📋 copy color: '#BBCA00'

red 187 ◦ green 202 ◦ blue 0

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

Shades of La Rioja #BBCA00

Tints of La Rioja #BBCA00

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.93%

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

R = 48.07%
G = 51.93%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#BBCA00 (or 0xBBCA00) is known color: La Rioja. HEX triplet: BB, CA and 00. RGB value is (187,202,0). Sum of RGB (Red+Green+Blue) = 187+202+0=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCA00 is #4435FF. Grayscale: #AFAFAF. Windows color (decimal): -4470272 or 51899. OLE color: 51899.

HSL color Cylindrical-coordinate representation of color #BBCA00: hue angle of 64.46º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBCA00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 202 0 -
CMYK 0.07 0 1 0.21
HSL 64.46º 1% 0.4% -
HSV(B) 64.46º 1% 0.79% -
XYZ 41.61 52.81 8 -
YUV 174.49 29.53 136.93 -
System Red Green Blue C M Y K H S L
Decimal 187 202 0 0.07 0 1 0.21 64.46 1 0.4
Hex BB CA 0 7 0 64 15 40 64 28
Octal 273 312 0 7 0 144 25 100 144 50
Binary 10111011 11001010 0 111 0 1100100 10101 1000000 1100100 101000

Color Harmonies of #BBCA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCA00

Black with #BBCA00

Text Example


Text Example

White with #BBCA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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