Html Css Color HEX #B2C50C La Rioja

📋 copy color: '#B2C50C'

red 178 ◦ green 197 ◦ blue 12

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

Shades of La Rioja #B2C50C

Tints of La Rioja #B2C50C

RGB

 RED value IS 178 (69.92% from 255) = 45.99%

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

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

R = 45.99%
G = 50.9%
B = 3.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#B2C50C (or 0xB2C50C) is known color: La Rioja. HEX triplet: B2, C5 and 0C. RGB value is (178,197,12). Sum of RGB (Red+Green+Blue) = 178+197+12=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C50C is #4D3AF3. Grayscale: #AAAAAA. Windows color (decimal): -5061364 or 837042. OLE color: 837042.

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

Color convert

RGB 178 197 12 -
CMYK 0.10 0 0.94 0.23
HSL 66.16º 0.89% 0.41% -
HSV(B) 66.16º 0.94% 0.77% -
XYZ 38.39 49.42 7.86 -
YUV 170.23 38.71 133.54 -
System Red Green Blue C M Y K H S L
Decimal 178 197 12 0.10 0 0.94 0.23 66.16 0.89 0.41
Hex B2 C5 C A 0 5E 17 42 59 29
Octal 262 305 14 12 0 136 27 102 131 51
Binary 10110010 11000101 1100 1010 0 1011110 10111 1000010 1011001 101001

Color Harmonies of #B2C50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C50C

Black with #B2C50C

Text Example


Text Example

White with #B2C50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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