Html Css Color HEX #B3C802 La Rioja

📋 copy color: '#B3C802'

red 179 ◦ green 200 ◦ blue 2

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

Shades of La Rioja #B3C802

Tints of La Rioja #B3C802

RGB

 RED value IS 179 (70.31% from 255) = 46.98%

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

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

R = 46.98%
G = 52.49%
B = 0.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#B3C802 (or 0xB3C802) is known color: La Rioja. HEX triplet: B3, C8 and 02. RGB value is (179,200,2). Sum of RGB (Red+Green+Blue) = 179+200+2=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 200 (78.52% from 255 or 52.49% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C802 is #4C37FD. Grayscale: #ABABAB. Windows color (decimal): -4995070 or 182451. OLE color: 182451.

HSL color Cylindrical-coordinate representation of color #B3C802: hue angle of 66.36º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3C802 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 200 2 -
CMYK 0.10 0 0.99 0.22
HSL 66.36º 0.98% 0.4% -
HSV(B) 66.36º 0.99% 0.78% -
XYZ 39.26 50.9 7.81 -
YUV 171.15 32.54 133.6 -
System Red Green Blue C M Y K H S L
Decimal 179 200 2 0.10 0 0.99 0.22 66.36 0.98 0.4
Hex B3 C8 2 A 0 63 16 42 62 28
Octal 263 310 2 12 0 143 26 102 142 50
Binary 10110011 11001000 10 1010 0 1100011 10110 1000010 1100010 101000

Color Harmonies of #B3C802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C802

Black with #B3C802

Text Example


Text Example

White with #B3C802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C802; }

 p { color: rgb(179,200,2); }

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

background-color css

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

 a { background-color: rgb(179,200,2); }

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

border-color css

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

 span { border-color: rgb(179,200,2); }

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