Html Css Color HEX #B3C705 La Rioja

📋 copy color: '#B3C705'

red 179 ◦ green 199 ◦ blue 5

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

Shades of La Rioja #B3C705

Tints of La Rioja #B3C705

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.96%

 BLUE value IS 5 (2.34% from 255) = 1.31%

R = 46.74%
G = 51.96%
B = 1.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#B3C705 (or 0xB3C705) is known color: La Rioja. HEX triplet: B3, C7 and 05. RGB value is (179,199,5). Sum of RGB (Red+Green+Blue) = 179+199+5=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 199 (78.12% from 255 or 51.96% from 383); Blue value is 5 (2.34% from 255 or 1.31% from 383); Max value from RGB is 199 - color contains mainly: green. Hex color #B3C705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C705 is #4C38FA. Grayscale: #ABABAB. Windows color (decimal): -4995323 or 378803. OLE color: 378803.

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

Color convert

RGB 179 199 5 -
CMYK 0.10 0 0.97 0.22
HSL 66.19º 0.95% 0.4% -
HSV(B) 66.19º 0.97% 0.78% -
XYZ 39.04 50.44 7.82 -
YUV 170.9 34.37 133.77 -
System Red Green Blue C M Y K H S L
Decimal 179 199 5 0.10 0 0.97 0.22 66.19 0.95 0.4
Hex B3 C7 5 A 0 61 16 42 5F 28
Octal 263 307 5 12 0 141 26 102 137 50
Binary 10110011 11000111 101 1010 0 1100001 10110 1000010 1011111 101000

Color Harmonies of #B3C705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C705

Black with #B3C705

Text Example


Text Example

White with #B3C705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C705; }

 p { color: rgb(179,199,5); }

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

background-color css

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

 a { background-color: rgb(179,199,5); }

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

border-color css

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

 span { border-color: rgb(179,199,5); }

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