Html Css Color HEX #B2C70C La Rioja

📋 copy color: '#B2C70C'

red 178 ◦ green 199 ◦ blue 12

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

Shades of La Rioja #B2C70C

Tints of La Rioja #B2C70C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.16%

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

R = 45.76%
G = 51.16%
B = 3.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#B2C70C (or 0xB2C70C) is known color: La Rioja. HEX triplet: B2, C7 and 0C. RGB value is (178,199,12). Sum of RGB (Red+Green+Blue) = 178+199+12=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 199 (78.12% from 255 or 51.16% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C70C is #4D38F3. Grayscale: #ACACAC. Windows color (decimal): -5060852 or 837554. OLE color: 837554.

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

Color convert

RGB 178 199 12 -
CMYK 0.11 0 0.94 0.22
HSL 66.74º 0.89% 0.41% -
HSV(B) 66.74º 0.94% 0.78% -
XYZ 38.85 50.34 8.02 -
YUV 171.4 38.04 132.71 -
System Red Green Blue C M Y K H S L
Decimal 178 199 12 0.11 0 0.94 0.22 66.74 0.89 0.41
Hex B2 C7 C B 0 5E 16 43 59 29
Octal 262 307 14 13 0 136 26 103 131 51
Binary 10110010 11000111 1100 1011 0 1011110 10110 1000011 1011001 101001

Color Harmonies of #B2C70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C70C

Black with #B2C70C

Text Example


Text Example

White with #B2C70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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