Html Css Color HEX #BBC40C La Rioja

📋 copy color: '#BBC40C'

red 187 ◦ green 196 ◦ blue 12

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

Shades of La Rioja #BBC40C

Tints of La Rioja #BBC40C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.62%

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

R = 47.34%
G = 49.62%
B = 3.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#BBC40C (or 0xBBC40C) is known color: La Rioja. HEX triplet: BB, C4 and 0C. RGB value is (187,196,12). Sum of RGB (Red+Green+Blue) = 187+196+12=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC40C is #443BF3. Grayscale: #ADADAD. Windows color (decimal): -4471796 or 836795. OLE color: 836795.

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

Color convert

RGB 187 196 12 -
CMYK 0.05 0 0.94 0.23
HSL 62.93º 0.88% 0.41% -
HSV(B) 62.93º 0.94% 0.77% -
XYZ 40.3 50.07 7.89 -
YUV 172.33 37.52 138.46 -
System Red Green Blue C M Y K H S L
Decimal 187 196 12 0.05 0 0.94 0.23 62.93 0.88 0.41
Hex BB C4 C 5 0 5E 17 3F 58 29
Octal 273 304 14 5 0 136 27 77 130 51
Binary 10111011 11000100 1100 101 0 1011110 10111 111111 1011000 101001

Color Harmonies of #BBC40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC40C

Black with #BBC40C

Text Example


Text Example

White with #BBC40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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