Html Css Color HEX #BBC30B La Rioja

📋 copy color: '#BBC30B'

red 187 ◦ green 195 ◦ blue 11

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

Shades of La Rioja #BBC30B

Tints of La Rioja #BBC30B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.62%

 BLUE value IS 11 (4.69% from 255) = 2.8%

R = 47.58%
G = 49.62%
B = 2.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#BBC30B (or 0xBBC30B) is known color: La Rioja. HEX triplet: BB, C3 and 0B. RGB value is (187,195,11). Sum of RGB (Red+Green+Blue) = 187+195+11=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC30B is #443CF4. Grayscale: #ACACAC. Windows color (decimal): -4472053 or 771003. OLE color: 771003.

HSL color Cylindrical-coordinate representation of color #BBC30B: hue angle of 62.61º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBC30B is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 11 -
CMYK 0.04 0 0.94 0.24
HSL 62.61º 0.89% 0.4% -
HSV(B) 62.61º 0.94% 0.76% -
XYZ 40.07 49.62 7.78 -
YUV 171.63 37.35 138.96 -
System Red Green Blue C M Y K H S L
Decimal 187 195 11 0.04 0 0.94 0.24 62.61 0.89 0.4
Hex BB C3 B 4 0 5E 18 3F 59 28
Octal 273 303 13 4 0 136 30 77 131 50
Binary 10111011 11000011 1011 100 0 1011110 11000 111111 1011001 101000

Color Harmonies of #BBC30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC30B

Black with #BBC30B

Text Example


Text Example

White with #BBC30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC30B; }

 p { color: rgb(187,195,11); }

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

background-color css

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

 a { background-color: rgb(187,195,11); }

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

border-color css

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

 span { border-color: rgb(187,195,11); }

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