Html Css Color HEX #95BA02 Citrus

📋 copy color: '#95BA02'

red 149 ◦ green 186 ◦ blue 2

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

Shades of Citrus #95BA02

Tints of Citrus #95BA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 44.21%
G = 55.19%
B = 0.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#95BA02 (or 0x95BA02) is known color: Citrus. HEX triplet: 95, BA and 02. RGB value is (149,186,2). Sum of RGB (Red+Green+Blue) = 149+186+2=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BA02 is #6A45FD. Grayscale: #9A9A9A. Windows color (decimal): -6964734 or 178837. OLE color: 178837.

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

Color convert

RGB 149 186 2 -
CMYK 0.20 0 0.99 0.27
HSL 72.07º 0.98% 0.37% -
HSV(B) 72.07º 0.99% 0.73% -
XYZ 29.96 41.51 6.49 -
YUV 153.96 42.24 124.46 -
System Red Green Blue C M Y K H S L
Decimal 149 186 2 0.20 0 0.99 0.27 72.07 0.98 0.37
Hex 95 BA 2 14 0 63 1B 48 62 25
Octal 225 272 2 24 0 143 33 110 142 45
Binary 10010101 10111010 10 10100 0 1100011 11011 1001000 1100010 100101

Color Harmonies of #95BA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BA02

Black with #95BA02

Text Example


Text Example

White with #95BA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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