Html Css Color HEX #95BD12 Citrus

📋 copy color: '#95BD12'

red 149 ◦ green 189 ◦ blue 18

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

Shades of Citrus #95BD12

Tints of Citrus #95BD12

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.09%

 BLUE value IS 18 (7.42% from 255) = 5.06%

R = 41.85%
G = 53.09%
B = 5.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#95BD12 (or 0x95BD12) is known color: Citrus. HEX triplet: 95, BD and 12. RGB value is (149,189,18). Sum of RGB (Red+Green+Blue) = 149+189+18=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BD12 is #6A42ED. Grayscale: #9E9E9E. Windows color (decimal): -6963950 or 1228181. OLE color: 1228181.

HSL color Cylindrical-coordinate representation of color #95BD12: hue angle of 74.04º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95BD12 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 189 18 -
CMYK 0.21 0 0.90 0.26
HSL 74.04º 0.83% 0.41% -
HSV(B) 74.04º 0.9% 0.74% -
XYZ 30.7 42.83 7.22 -
YUV 157.55 49.25 121.9 -
System Red Green Blue C M Y K H S L
Decimal 149 189 18 0.21 0 0.90 0.26 74.04 0.83 0.41
Hex 95 BD 12 15 0 5A 1A 4A 53 29
Octal 225 275 22 25 0 132 32 112 123 51
Binary 10010101 10111101 10010 10101 0 1011010 11010 1001010 1010011 101001

Color Harmonies of #95BD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BD12

Black with #95BD12

Text Example


Text Example

White with #95BD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,189,18); }

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

background-color css

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

 a { background-color: rgb(149,189,18); }

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

border-color css

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

 span { border-color: rgb(149,189,18); }

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