Html Css Color HEX #B3C302 La Rioja

📋 copy color: '#B3C302'

red 179 ◦ green 195 ◦ blue 2

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

Shades of La Rioja #B3C302

Tints of La Rioja #B3C302

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.86%

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

R = 47.61%
G = 51.86%
B = 0.53%

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

#B3C302 (or 0xB3C302) is known color: La Rioja. HEX triplet: B3, C3 and 02. RGB value is (179,195,2). Sum of RGB (Red+Green+Blue) = 179+195+2=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C302 is #4C3CFD. Grayscale: #A8A8A8. Windows color (decimal): -4996350 or 181171. OLE color: 181171.

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

Color convert

RGB 179 195 2 -
CMYK 0.08 0 0.99 0.24
HSL 64.97º 0.98% 0.39% -
HSV(B) 64.97º 0.99% 0.76% -
XYZ 38.12 48.62 7.43 -
YUV 168.21 34.2 135.69 -
System Red Green Blue C M Y K H S L
Decimal 179 195 2 0.08 0 0.99 0.24 64.97 0.98 0.39
Hex B3 C3 2 8 0 63 18 41 62 27
Octal 263 303 2 10 0 143 30 101 142 47
Binary 10110011 11000011 10 1000 0 1100011 11000 1000001 1100010 100111

Color Harmonies of #B3C302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C302

Black with #B3C302

Text Example


Text Example

White with #B3C302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C302; }

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

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

background-color css

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

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

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

border-color css

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

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

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