Html Css Color HEX #95B51A Citrus

📋 copy color: '#95B51A'

red 149 ◦ green 181 ◦ blue 26

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

Shades of Citrus #95B51A

Tints of Citrus #95B51A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.3%

R = 41.85%
G = 50.84%
B = 7.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#95B51A (or 0x95B51A) is known color: Citrus. HEX triplet: 95, B5 and 1A. RGB value is (149,181,26). Sum of RGB (Red+Green+Blue) = 149+181+26=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #95B51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B51A is #6A4AE5. Grayscale: #9A9A9A. Windows color (decimal): -6965990 or 1750421. OLE color: 1750421.

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

Color convert

RGB 149 181 26 -
CMYK 0.18 0 0.86 0.29
HSL 72.39º 0.75% 0.41% -
HSV(B) 72.39º 0.86% 0.71% -
XYZ 29.1 39.51 7.07 -
YUV 153.76 55.9 124.6 -
System Red Green Blue C M Y K H S L
Decimal 149 181 26 0.18 0 0.86 0.29 72.39 0.75 0.41
Hex 95 B5 1A 12 0 56 1D 48 4B 29
Octal 225 265 32 22 0 126 35 110 113 51
Binary 10010101 10110101 11010 10010 0 1010110 11101 1001000 1001011 101001

Color Harmonies of #95B51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B51A

Black with #95B51A

Text Example


Text Example

White with #95B51A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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