Html Css Color HEX #95BA04 Citrus

📋 copy color: '#95BA04'

red 149 ◦ green 186 ◦ blue 4

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

Shades of Citrus #95BA04

Tints of Citrus #95BA04

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.87%

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 43.95%
G = 54.87%
B = 1.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#95BA04 (or 0x95BA04) is known color: Citrus. HEX triplet: 95, BA and 04. RGB value is (149,186,4). Sum of RGB (Red+Green+Blue) = 149+186+4=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BA04 is #6A45FB. Grayscale: #9A9A9A. Windows color (decimal): -6964732 or 309909. OLE color: 309909.

HSL color Cylindrical-coordinate representation of color #95BA04: hue angle of 72.2º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #95BA04 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 186 4 -
CMYK 0.20 0 0.98 0.27
HSL 72.2º 0.96% 0.37% -
HSV(B) 72.2º 0.98% 0.73% -
XYZ 29.98 41.52 6.55 -
YUV 154.19 43.24 124.3 -
System Red Green Blue C M Y K H S L
Decimal 149 186 4 0.20 0 0.98 0.27 72.2 0.96 0.37
Hex 95 BA 4 14 0 62 1B 48 60 25
Octal 225 272 4 24 0 142 33 110 140 45
Binary 10010101 10111010 100 10100 0 1100010 11011 1001000 1100000 100101

Color Harmonies of #95BA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BA04

Black with #95BA04

Text Example


Text Example

White with #95BA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,186,4); }

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

background-color css

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

 a { background-color: rgb(149,186,4); }

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

border-color css

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

 span { border-color: rgb(149,186,4); }

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