Html Css Color HEX #B3C002 La Rioja

📋 copy color: '#B3C002'

red 179 ◦ green 192 ◦ blue 2

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

Shades of La Rioja #B3C002

Tints of La Rioja #B3C002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.47%

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

R = 47.99%
G = 51.47%
B = 0.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#B3C002 (or 0xB3C002) is known color: La Rioja. HEX triplet: B3, C0 and 02. RGB value is (179,192,2). Sum of RGB (Red+Green+Blue) = 179+192+2=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C002 is #4C3FFD. Grayscale: #A7A7A7. Windows color (decimal): -4997118 or 180403. OLE color: 180403.

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

Color convert

RGB 179 192 2 -
CMYK 0.07 0 0.99 0.25
HSL 64.11º 0.98% 0.38% -
HSV(B) 64.11º 0.99% 0.75% -
XYZ 37.45 47.29 7.21 -
YUV 166.45 35.19 136.95 -
System Red Green Blue C M Y K H S L
Decimal 179 192 2 0.07 0 0.99 0.25 64.11 0.98 0.38
Hex B3 C0 2 7 0 63 19 40 62 26
Octal 263 300 2 7 0 143 31 100 142 46
Binary 10110011 11000000 10 111 0 1100011 11001 1000000 1100010 100110

Color Harmonies of #B3C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C002

Black with #B3C002

Text Example


Text Example

White with #B3C002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C002; }

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

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

background-color css

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

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

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

border-color css

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

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

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