Html Css Color HEX #BBD000 La Rioja

📋 copy color: '#BBD000'

red 187 ◦ green 208 ◦ blue 0

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

Shades of La Rioja #BBD000

Tints of La Rioja #BBD000

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.66%

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

R = 47.34%
G = 52.66%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#BBD000 (or 0xBBD000) is known color: La Rioja. HEX triplet: BB, D0 and 00. RGB value is (187,208,0). Sum of RGB (Red+Green+Blue) = 187+208+0=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD000 is #442FFF. Grayscale: #B2B2B2. Windows color (decimal): -4468736 or 53435. OLE color: 53435.

HSL color Cylindrical-coordinate representation of color #BBD000: hue angle of 66.06º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBD000 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 0 -
CMYK 0.10 0 1 0.18
HSL 66.06º 1% 0.41% -
HSV(B) 66.06º 1% 0.82% -
XYZ 43.05 55.68 8.48 -
YUV 178.01 27.54 134.41 -
System Red Green Blue C M Y K H S L
Decimal 187 208 0 0.10 0 1 0.18 66.06 1 0.41
Hex BB D0 0 A 0 64 12 42 64 29
Octal 273 320 0 12 0 144 22 102 144 51
Binary 10111011 11010000 0 1010 0 1100100 10010 1000010 1100100 101001

Color Harmonies of #BBD000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD000

Black with #BBD000

Text Example


Text Example

White with #BBD000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD000; }

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

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

background-color css

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

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

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

border-color css

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

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

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