Html Css Color HEX #BBD100 La Rioja

📋 copy color: '#BBD100'

red 187 ◦ green 209 ◦ blue 0

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

Shades of La Rioja #BBD100

Tints of La Rioja #BBD100

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.78%

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

R = 47.22%
G = 52.78%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#BBD100 (or 0xBBD100) is known color: La Rioja. HEX triplet: BB, D1 and 00. RGB value is (187,209,0). Sum of RGB (Red+Green+Blue) = 187+209+0=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 209 (82.03% from 255 or 52.78% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD100 is #442EFF. Grayscale: #B3B3B3. Windows color (decimal): -4468480 or 53691. OLE color: 53691.

HSL color Cylindrical-coordinate representation of color #BBD100: hue angle of 66.32º 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 #BBD100 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 209 0 -
CMYK 0.11 0 1 0.18
HSL 66.32º 1% 0.41% -
HSV(B) 66.32º 1% 0.82% -
XYZ 43.29 56.17 8.56 -
YUV 178.6 27.21 133.99 -
System Red Green Blue C M Y K H S L
Decimal 187 209 0 0.11 0 1 0.18 66.32 1 0.41
Hex BB D1 0 B 0 64 12 42 64 29
Octal 273 321 0 13 0 144 22 102 144 51
Binary 10111011 11010001 0 1011 0 1100100 10010 1000010 1100100 101001

Color Harmonies of #BBD100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD100

Black with #BBD100

Text Example


Text Example

White with #BBD100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD100; }

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

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

background-color css

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

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

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

border-color css

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

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

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