Html Css Color HEX #B3C402 La Rioja

📋 copy color: '#B3C402'

red 179 ◦ green 196 ◦ blue 2

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

Shades of La Rioja #B3C402

Tints of La Rioja #B3C402

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.99%

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

R = 47.48%
G = 51.99%
B = 0.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#B3C402 (or 0xB3C402) is known color: La Rioja. HEX triplet: B3, C4 and 02. RGB value is (179,196,2). Sum of RGB (Red+Green+Blue) = 179+196+2=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 196 (76.95% from 255 or 51.99% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C402 is #4C3BFD. Grayscale: #A9A9A9. Windows color (decimal): -4996094 or 181427. OLE color: 181427.

HSL color Cylindrical-coordinate representation of color #B3C402: hue angle of 65.26º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3C402 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 179 196 2 -
CMYK 0.09 0 0.99 0.23
HSL 65.26º 0.98% 0.39% -
HSV(B) 65.26º 0.99% 0.77% -
XYZ 38.34 49.07 7.51 -
YUV 168.8 33.87 135.27 -
System Red Green Blue C M Y K H S L
Decimal 179 196 2 0.09 0 0.99 0.23 65.26 0.98 0.39
Hex B3 C4 2 9 0 63 17 41 62 27
Octal 263 304 2 11 0 143 27 101 142 47
Binary 10110011 11000100 10 1001 0 1100011 10111 1000001 1100010 100111

Color Harmonies of #B3C402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C402

Black with #B3C402

Text Example


Text Example

White with #B3C402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C402; }

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

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

background-color css

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

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

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

border-color css

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

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

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