Html Css Color HEX #95B613 Citrus

📋 copy color: '#95B613'

red 149 ◦ green 182 ◦ blue 19

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

Shades of Citrus #95B613

Tints of Citrus #95B613

RGB

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

 GREEN value IS 182 (71.48% from 255) = 52%

 BLUE value IS 19 (7.81% from 255) = 5.43%

R = 42.57%
G = 52%
B = 5.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#95B613 (or 0x95B613) is known color: Citrus. HEX triplet: 95, B6 and 13. RGB value is (149,182,19). Sum of RGB (Red+Green+Blue) = 149+182+19=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #95B613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95B613 is #6A49EC. Grayscale: #9A9A9A. Windows color (decimal): -6965741 or 1291925. OLE color: 1291925.

HSL color Cylindrical-coordinate representation of color #95B613: hue angle of 72.15º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95B613 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 182 19 -
CMYK 0.18 0 0.90 0.29
HSL 72.15º 0.81% 0.39% -
HSV(B) 72.15º 0.9% 0.71% -
XYZ 29.24 39.89 6.78 -
YUV 153.55 52.07 124.75 -
System Red Green Blue C M Y K H S L
Decimal 149 182 19 0.18 0 0.90 0.29 72.15 0.81 0.39
Hex 95 B6 13 12 0 5A 1D 48 51 27
Octal 225 266 23 22 0 132 35 110 121 47
Binary 10010101 10110110 10011 10010 0 1011010 11101 1001000 1010001 100111

Color Harmonies of #95B613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B613

Black with #95B613

Text Example


Text Example

White with #95B613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,182,19); }

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

background-color css

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

 a { background-color: rgb(149,182,19); }

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

border-color css

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

 span { border-color: rgb(149,182,19); }

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