Html Css Color HEX #B3C600 La Rioja

📋 copy color: '#B3C600'

red 179 ◦ green 198 ◦ blue 0

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

Shades of La Rioja #B3C600

Tints of La Rioja #B3C600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.52%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.48%
G = 52.52%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#B3C600 (or 0xB3C600) is known color: La Rioja. HEX triplet: B3, C6 and 00. RGB value is (179,198,0). Sum of RGB (Red+Green+Blue) = 179+198+0=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 198 (77.73% from 255 or 52.52% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C600 is #4C39FF. Grayscale: #AAAAAA. Windows color (decimal): -4995584 or 50867. OLE color: 50867.

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

Color convert

RGB 179 198 0 -
CMYK 0.10 0 1 0.22
HSL 65.76º 1% 0.39% -
HSV(B) 65.76º 1% 0.78% -
XYZ 38.78 49.97 7.6 -
YUV 169.75 32.21 134.6 -
System Red Green Blue C M Y K H S L
Decimal 179 198 0 0.10 0 1 0.22 65.76 1 0.39
Hex B3 C6 0 A 0 64 16 42 64 27
Octal 263 306 0 12 0 144 26 102 144 47
Binary 10110011 11000110 0 1010 0 1100100 10110 1000010 1100100 100111

Color Harmonies of #B3C600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C600

Black with #B3C600

Text Example


Text Example

White with #B3C600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C600; }

 p { color: rgb(179,198,0); }

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

background-color css

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

 a { background-color: rgb(179,198,0); }

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

border-color css

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

 span { border-color: rgb(179,198,0); }

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