Html Css Color HEX #B3C304 La Rioja

📋 copy color: '#B3C304'

red 179 ◦ green 195 ◦ blue 4

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

Shades of La Rioja #B3C304

Tints of La Rioja #B3C304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.06%

R = 47.35%
G = 51.59%
B = 1.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#B3C304 (or 0xB3C304) is known color: La Rioja. HEX triplet: B3, C3 and 04. RGB value is (179,195,4). Sum of RGB (Red+Green+Blue) = 179+195+4=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 195 (76.56% from 255 or 51.59% from 378); Blue value is 4 (1.95% from 255 or 1.06% from 378); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C304 is #4C3CFB. Grayscale: #A9A9A9. Windows color (decimal): -4996348 or 312243. OLE color: 312243.

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

Color convert

RGB 179 195 4 -
CMYK 0.08 0 0.98 0.24
HSL 65.03º 0.96% 0.39% -
HSV(B) 65.03º 0.98% 0.76% -
XYZ 38.13 48.62 7.49 -
YUV 168.44 35.2 135.53 -
System Red Green Blue C M Y K H S L
Decimal 179 195 4 0.08 0 0.98 0.24 65.03 0.96 0.39
Hex B3 C3 4 8 0 62 18 41 60 27
Octal 263 303 4 10 0 142 30 101 140 47
Binary 10110011 11000011 100 1000 0 1100010 11000 1000001 1100000 100111

Color Harmonies of #B3C304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C304

Black with #B3C304

Text Example


Text Example

White with #B3C304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C304; }

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

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

background-color css

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

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

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

border-color css

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

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

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