Html Css Color HEX #B6C202 La Rioja

📋 copy color: '#B6C202'

red 182 ◦ green 194 ◦ blue 2

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

Shades of La Rioja #B6C202

Tints of La Rioja #B6C202

RGB

 RED value IS 182 (71.48% from 255) = 48.15%

 GREEN value IS 194 (76.17% from 255) = 51.32%

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

R = 48.15%
G = 51.32%
B = 0.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#B6C202 (or 0xB6C202) is known color: La Rioja. HEX triplet: B6, C2 and 02. RGB value is (182,194,2). Sum of RGB (Red+Green+Blue) = 182+194+2=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 194 (76.17% from 255 or 51.32% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C202 is #493DFD. Grayscale: #A9A9A9. Windows color (decimal): -4799998 or 180918. OLE color: 180918.

HSL color Cylindrical-coordinate representation of color #B6C202: hue angle of 63.75º 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 #B6C202 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 194 2 -
CMYK 0.06 0 0.99 0.24
HSL 63.75º 0.98% 0.38% -
HSV(B) 63.75º 0.99% 0.76% -
XYZ 38.59 48.53 7.39 -
YUV 168.52 34.02 137.61 -
System Red Green Blue C M Y K H S L
Decimal 182 194 2 0.06 0 0.99 0.24 63.75 0.98 0.38
Hex B6 C2 2 6 0 63 18 40 62 26
Octal 266 302 2 6 0 143 30 100 142 46
Binary 10110110 11000010 10 110 0 1100011 11000 1000000 1100010 100110

Color Harmonies of #B6C202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C202

Black with #B6C202

Text Example


Text Example

White with #B6C202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C202; }

 p { color: rgb(182,194,2); }

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

background-color css

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

 a { background-color: rgb(182,194,2); }

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

border-color css

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

 span { border-color: rgb(182,194,2); }

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