Html Css Color HEX #B3C900 La Rioja

📋 copy color: '#B3C900'

red 179 ◦ green 201 ◦ blue 0

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

Shades of La Rioja #B3C900

Tints of La Rioja #B3C900

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.89%

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

R = 47.11%
G = 52.89%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#B3C900 (or 0xB3C900) is known color: La Rioja. HEX triplet: B3, C9 and 00. RGB value is (179,201,0). Sum of RGB (Red+Green+Blue) = 179+201+0=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 201 (78.91% from 255 or 52.89% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C900 is #4C36FF. Grayscale: #ACACAC. Windows color (decimal): -4994816 or 51635. OLE color: 51635.

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

Color convert

RGB 179 201 0 -
CMYK 0.11 0 1 0.21
HSL 66.57º 1% 0.39% -
HSV(B) 66.57º 1% 0.79% -
XYZ 39.48 51.36 7.83 -
YUV 171.51 31.21 133.34 -
System Red Green Blue C M Y K H S L
Decimal 179 201 0 0.11 0 1 0.21 66.57 1 0.39
Hex B3 C9 0 B 0 64 15 43 64 27
Octal 263 311 0 13 0 144 25 103 144 47
Binary 10110011 11001001 0 1011 0 1100100 10101 1000011 1100100 100111

Color Harmonies of #B3C900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C900

Black with #B3C900

Text Example


Text Example

White with #B3C900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C900; }

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

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

background-color css

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

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

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

border-color css

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

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

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