Html Css Color HEX #95B505 Citrus

📋 copy color: '#95B505'

red 149 ◦ green 181 ◦ blue 5

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

Shades of Citrus #95B505

Tints of Citrus #95B505

RGB

 RED value IS 149 (58.59% from 255) = 44.48%

 GREEN value IS 181 (71.09% from 255) = 54.03%

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

R = 44.48%
G = 54.03%
B = 1.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#95B505 (or 0x95B505) is known color: Citrus. HEX triplet: 95, B5 and 05. RGB value is (149,181,5). Sum of RGB (Red+Green+Blue) = 149+181+5=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 181 (71.09% from 255 or 54.03% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 181 - color contains mainly: green. Hex color #95B505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95B505 is #6A4AFA. Grayscale: #989898. Windows color (decimal): -6966011 or 374165. OLE color: 374165.

HSL color Cylindrical-coordinate representation of color #95B505: hue angle of 70.91º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95B505 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 181 5 -
CMYK 0.18 0 0.97 0.29
HSL 70.91º 0.95% 0.36% -
HSV(B) 70.91º 0.97% 0.71% -
XYZ 28.95 39.45 6.23 -
YUV 151.37 45.4 126.31 -
System Red Green Blue C M Y K H S L
Decimal 149 181 5 0.18 0 0.97 0.29 70.91 0.95 0.36
Hex 95 B5 5 12 0 61 1D 47 5F 24
Octal 225 265 5 22 0 141 35 107 137 44
Binary 10010101 10110101 101 10010 0 1100001 11101 1000111 1011111 100100

Color Harmonies of #95B505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B505

Black with #95B505

Text Example


Text Example

White with #95B505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95B505; }

 p { color: rgb(149,181,5); }

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

background-color css

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

 a { background-color: rgb(149,181,5); }

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

border-color css

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

 span { border-color: rgb(149,181,5); }

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