Html Css Color HEX #B2C60B La Rioja

📋 copy color: '#B2C60B'

red 178 ◦ green 198 ◦ blue 11

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

Shades of La Rioja #B2C60B

Tints of La Rioja #B2C60B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.16%

 BLUE value IS 11 (4.69% from 255) = 2.84%

R = 45.99%
G = 51.16%
B = 2.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#B2C60B (or 0xB2C60B) is known color: La Rioja. HEX triplet: B2, C6 and 0B. RGB value is (178,198,11). Sum of RGB (Red+Green+Blue) = 178+198+11=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C60B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C60B is #4D39F4. Grayscale: #ABABAB. Windows color (decimal): -5061109 or 771762. OLE color: 771762.

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

Color convert

RGB 178 198 11 -
CMYK 0.10 0 0.94 0.22
HSL 66.42º 0.89% 0.41% -
HSV(B) 66.42º 0.94% 0.78% -
XYZ 38.61 49.88 7.91 -
YUV 170.7 37.87 133.21 -
System Red Green Blue C M Y K H S L
Decimal 178 198 11 0.10 0 0.94 0.22 66.42 0.89 0.41
Hex B2 C6 B A 0 5E 16 42 59 29
Octal 262 306 13 12 0 136 26 102 131 51
Binary 10110010 11000110 1011 1010 0 1011110 10110 1000010 1011001 101001

Color Harmonies of #B2C60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C60B

Black with #B2C60B

Text Example


Text Example

White with #B2C60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C60B; }

 p { color: rgb(178,198,11); }

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

background-color css

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

 a { background-color: rgb(178,198,11); }

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

border-color css

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

 span { border-color: rgb(178,198,11); }

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