Html Css Color HEX #B2C110 La Rioja

📋 copy color: '#B2C110'

red 178 ◦ green 193 ◦ blue 16

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

Shades of La Rioja #B2C110

Tints of La Rioja #B2C110

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.87%

 BLUE value IS 16 (6.64% from 255) = 4.13%

R = 45.99%
G = 49.87%
B = 4.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#B2C110 (or 0xB2C110) is known color: La Rioja. HEX triplet: B2, C1 and 10. RGB value is (178,193,16). Sum of RGB (Red+Green+Blue) = 178+193+16=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C110 is #4D3EEF. Grayscale: #A9A9A9. Windows color (decimal): -5062384 or 1098162. OLE color: 1098162.

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

Color convert

RGB 178 193 16 -
CMYK 0.08 0 0.92 0.24
HSL 65.08º 0.85% 0.41% -
HSV(B) 65.08º 0.92% 0.76% -
XYZ 37.52 47.64 7.71 -
YUV 168.34 42.03 134.89 -
System Red Green Blue C M Y K H S L
Decimal 178 193 16 0.08 0 0.92 0.24 65.08 0.85 0.41
Hex B2 C1 10 8 0 5C 18 41 55 29
Octal 262 301 20 10 0 134 30 101 125 51
Binary 10110010 11000001 10000 1000 0 1011100 11000 1000001 1010101 101001

Color Harmonies of #B2C110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C110

Black with #B2C110

Text Example


Text Example

White with #B2C110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C110; }

 p { color: rgb(178,193,16); }

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

background-color css

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

 a { background-color: rgb(178,193,16); }

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

border-color css

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

 span { border-color: rgb(178,193,16); }

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