Html Css Color HEX #B2C102 La Rioja

📋 copy color: '#B2C102'

red 178 ◦ green 193 ◦ blue 2

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

Shades of La Rioja #B2C102

Tints of La Rioja #B2C102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 47.72%
G = 51.74%
B = 0.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#B2C102 (or 0xB2C102) is known color: La Rioja. HEX triplet: B2, C1 and 02. RGB value is (178,193,2). Sum of RGB (Red+Green+Blue) = 178+193+2=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C102 is #4D3EFD. Grayscale: #A7A7A7. Windows color (decimal): -5062398 or 180658. OLE color: 180658.

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

Color convert

RGB 178 193 2 -
CMYK 0.08 0 0.99 0.24
HSL 64.71º 0.98% 0.38% -
HSV(B) 64.71º 0.99% 0.76% -
XYZ 37.44 47.61 7.27 -
YUV 166.74 35.03 136.03 -
System Red Green Blue C M Y K H S L
Decimal 178 193 2 0.08 0 0.99 0.24 64.71 0.98 0.38
Hex B2 C1 2 8 0 63 18 41 62 26
Octal 262 301 2 10 0 143 30 101 142 46
Binary 10110010 11000001 10 1000 0 1100011 11000 1000001 1100010 100110

Color Harmonies of #B2C102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C102

Black with #B2C102

Text Example


Text Example

White with #B2C102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C102; }

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

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

background-color css

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

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

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

border-color css

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

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

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