Html Css Color HEX #B3C400 La Rioja

📋 copy color: '#B3C400'

red 179 ◦ green 196 ◦ blue 0

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

Shades of La Rioja #B3C400

Tints of La Rioja #B3C400

RGB

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

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

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

R = 47.73%
G = 52.27%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#B3C400 (or 0xB3C400) is known color: La Rioja. HEX triplet: B3, C4 and 00. RGB value is (179,196,0). Sum of RGB (Red+Green+Blue) = 179+196+0=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C400 is #4C3BFF. Grayscale: #A9A9A9. Windows color (decimal): -4996096 or 50355. OLE color: 50355.

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

Color convert

RGB 179 196 0 -
CMYK 0.09 0 1 0.23
HSL 65.2º 1% 0.38% -
HSV(B) 65.2º 1% 0.77% -
XYZ 38.33 49.06 7.45 -
YUV 168.57 32.87 135.44 -
System Red Green Blue C M Y K H S L
Decimal 179 196 0 0.09 0 1 0.23 65.2 1 0.38
Hex B3 C4 0 9 0 64 17 41 64 26
Octal 263 304 0 11 0 144 27 101 144 46
Binary 10110011 11000100 0 1001 0 1100100 10111 1000001 1100100 100110

Color Harmonies of #B3C400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C400

Black with #B3C400

Text Example


Text Example

White with #B3C400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C400; }

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

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

background-color css

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

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

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

border-color css

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

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

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