Html Css Color HEX #BBC30C La Rioja

📋 copy color: '#BBC30C'

red 187 ◦ green 195 ◦ blue 12

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

Shades of La Rioja #BBC30C

Tints of La Rioja #BBC30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.05%

R = 47.46%
G = 49.49%
B = 3.05%

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

#BBC30C (or 0xBBC30C) is known color: La Rioja. HEX triplet: BB, C3 and 0C. RGB value is (187,195,12). Sum of RGB (Red+Green+Blue) = 187+195+12=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC30C is #443CF3. Grayscale: #ACACAC. Windows color (decimal): -4472052 or 836539. OLE color: 836539.

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

Color convert

RGB 187 195 12 -
CMYK 0.04 0 0.94 0.24
HSL 62.62º 0.88% 0.41% -
HSV(B) 62.62º 0.94% 0.76% -
XYZ 40.07 49.62 7.81 -
YUV 171.75 37.85 138.88 -
System Red Green Blue C M Y K H S L
Decimal 187 195 12 0.04 0 0.94 0.24 62.62 0.88 0.41
Hex BB C3 C 4 0 5E 18 3F 58 29
Octal 273 303 14 4 0 136 30 77 130 51
Binary 10111011 11000011 1100 100 0 1011110 11000 111111 1011000 101001

Color Harmonies of #BBC30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC30C

Black with #BBC30C

Text Example


Text Example

White with #BBC30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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