Html Css Color HEX #BBD500 La Rioja

📋 copy color: '#BBD500'

red 187 ◦ green 213 ◦ blue 0

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

Shades of La Rioja #BBD500

Tints of La Rioja #BBD500

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.25%

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

R = 46.75%
G = 53.25%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#BBD500 (or 0xBBD500) is known color: La Rioja. HEX triplet: BB, D5 and 00. RGB value is (187,213,0). Sum of RGB (Red+Green+Blue) = 187+213+0=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 213 (83.59% from 255 or 53.25% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD500 is #442AFF. Grayscale: #B5B5B5. Windows color (decimal): -4467456 or 54715. OLE color: 54715.

HSL color Cylindrical-coordinate representation of color #BBD500: hue angle of 67.32º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBD500 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 213 0 -
CMYK 0.12 0 1 0.16
HSL 67.32º 1% 0.42% -
HSV(B) 67.32º 1% 0.84% -
XYZ 44.29 58.15 8.89 -
YUV 180.94 25.89 132.32 -
System Red Green Blue C M Y K H S L
Decimal 187 213 0 0.12 0 1 0.16 67.32 1 0.42
Hex BB D5 0 C 0 64 10 43 64 2A
Octal 273 325 0 14 0 144 20 103 144 52
Binary 10111011 11010101 0 1100 0 1100100 10000 1000011 1100100 101010

Color Harmonies of #BBD500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD500

Black with #BBD500

Text Example


Text Example

White with #BBD500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD500; }

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

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

background-color css

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

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

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

border-color css

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

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

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