Html Css Color HEX #B2C80A La Rioja

📋 copy color: '#B2C80A'

red 178 ◦ green 200 ◦ blue 10

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

Shades of La Rioja #B2C80A

Tints of La Rioja #B2C80A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.55%

 BLUE value IS 10 (4.3% from 255) = 2.58%

R = 45.88%
G = 51.55%
B = 2.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#B2C80A (or 0xB2C80A) is known color: La Rioja. HEX triplet: B2, C8 and 0A. RGB value is (178,200,10). Sum of RGB (Red+Green+Blue) = 178+200+10=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 200 (78.52% from 255 or 51.55% from 388); Blue value is 10 (4.30% from 255 or 2.58% from 388); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C80A is #4D37F5. Grayscale: #ACACAC. Windows color (decimal): -5060598 or 706738. OLE color: 706738.

HSL color Cylindrical-coordinate representation of color #B2C80A: hue angle of 66.95º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2C80A is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 200 10 -
CMYK 0.11 0 0.95 0.22
HSL 66.95º 0.9% 0.41% -
HSV(B) 66.95º 0.95% 0.78% -
XYZ 39.07 50.8 8.03 -
YUV 171.76 36.71 132.45 -
System Red Green Blue C M Y K H S L
Decimal 178 200 10 0.11 0 0.95 0.22 66.95 0.9 0.41
Hex B2 C8 A B 0 5F 16 43 5A 29
Octal 262 310 12 13 0 137 26 103 132 51
Binary 10110010 11001000 1010 1011 0 1011111 10110 1000011 1011010 101001

Color Harmonies of #B2C80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C80A

Black with #B2C80A

Text Example


Text Example

White with #B2C80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C80A; }

 p { color: rgb(178,200,10); }

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

background-color css

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

 a { background-color: rgb(178,200,10); }

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

border-color css

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

 span { border-color: rgb(178,200,10); }

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