Html Css Color HEX #BBC50C La Rioja

📋 copy color: '#BBC50C'

red 187 ◦ green 197 ◦ blue 12

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

Shades of La Rioja #BBC50C

Tints of La Rioja #BBC50C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.75%

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

R = 47.22%
G = 49.75%
B = 3.03%

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

#BBC50C (or 0xBBC50C) is known color: La Rioja. HEX triplet: BB, C5 and 0C. RGB value is (187,197,12). Sum of RGB (Red+Green+Blue) = 187+197+12=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC50C is #443AF3. Grayscale: #ADADAD. Windows color (decimal): -4471540 or 837051. OLE color: 837051.

HSL color Cylindrical-coordinate representation of color #BBC50C: hue angle of 63.24º degrees, saturation: 0.89, 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 #BBC50C is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 197 12 -
CMYK 0.05 0 0.94 0.23
HSL 63.24º 0.89% 0.41% -
HSV(B) 63.24º 0.94% 0.77% -
XYZ 40.53 50.52 7.96 -
YUV 172.92 37.19 138.04 -
System Red Green Blue C M Y K H S L
Decimal 187 197 12 0.05 0 0.94 0.23 63.24 0.89 0.41
Hex BB C5 C 5 0 5E 17 3F 59 29
Octal 273 305 14 5 0 136 27 77 131 51
Binary 10111011 11000101 1100 101 0 1011110 10111 111111 1011001 101001

Color Harmonies of #BBC50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC50C

Black with #BBC50C

Text Example


Text Example

White with #BBC50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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