Html Css Color HEX #95B805 Citrus

📋 copy color: '#95B805'

red 149 ◦ green 184 ◦ blue 5

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

Shades of Citrus #95B805

Tints of Citrus #95B805

RGB

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

 GREEN value IS 184 (72.27% from 255) = 54.44%

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

R = 44.08%
G = 54.44%
B = 1.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#95B805 (or 0x95B805) is known color: Citrus. HEX triplet: 95, B8 and 05. RGB value is (149,184,5). Sum of RGB (Red+Green+Blue) = 149+184+5=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 184 (72.27% from 255 or 54.44% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 184 - color contains mainly: green. Hex color #95B805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95B805 is #6A47FA. Grayscale: #999999. Windows color (decimal): -6965243 or 374933. OLE color: 374933.

HSL color Cylindrical-coordinate representation of color #95B805: hue angle of 71.73º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95B805 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 184 5 -
CMYK 0.19 0 0.97 0.28
HSL 71.73º 0.95% 0.37% -
HSV(B) 71.73º 0.97% 0.72% -
XYZ 29.56 40.68 6.44 -
YUV 153.13 44.4 125.05 -
System Red Green Blue C M Y K H S L
Decimal 149 184 5 0.19 0 0.97 0.28 71.73 0.95 0.37
Hex 95 B8 5 13 0 61 1C 48 5F 25
Octal 225 270 5 23 0 141 34 110 137 45
Binary 10010101 10111000 101 10011 0 1100001 11100 1001000 1011111 100101

Color Harmonies of #95B805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B805

Black with #95B805

Text Example


Text Example

White with #95B805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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