Html Css Color HEX #BBCD00 La Rioja

📋 copy color: '#BBCD00'

red 187 ◦ green 205 ◦ blue 0

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

Shades of La Rioja #BBCD00

Tints of La Rioja #BBCD00

RGB

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

 GREEN value IS 205 (80.47% from 255) = 52.3%

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

R = 47.7%
G = 52.3%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#BBCD00 (or 0xBBCD00) is known color: La Rioja. HEX triplet: BB, CD and 00. RGB value is (187,205,0). Sum of RGB (Red+Green+Blue) = 187+205+0=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 205 (80.47% from 255 or 52.30% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCD00 is #4432FF. Grayscale: #B1B1B1. Windows color (decimal): -4469504 or 52667. OLE color: 52667.

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

Color convert

RGB 187 205 0 -
CMYK 0.09 0 1 0.20
HSL 65.27º 1% 0.4% -
HSV(B) 65.27º 1% 0.8% -
XYZ 42.32 54.23 8.24 -
YUV 176.25 28.54 135.67 -
System Red Green Blue C M Y K H S L
Decimal 187 205 0 0.09 0 1 0.20 65.27 1 0.4
Hex BB CD 0 9 0 64 14 41 64 28
Octal 273 315 0 11 0 144 24 101 144 50
Binary 10111011 11001101 0 1001 0 1100100 10100 1000001 1100100 101000

Color Harmonies of #BBCD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD00

Black with #BBCD00

Text Example


Text Example

White with #BBCD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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