Html Css Color HEX #95BA01 Citrus

📋 copy color: '#95BA01'

red 149 ◦ green 186 ◦ blue 1

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

Shades of Citrus #95BA01

Tints of Citrus #95BA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 44.35%
G = 55.36%
B = 0.3%

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

#95BA01 (or 0x95BA01) is known color: Citrus. HEX triplet: 95, BA and 01. RGB value is (149,186,1). Sum of RGB (Red+Green+Blue) = 149+186+1=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BA01 is #6A45FE. Grayscale: #9A9A9A. Windows color (decimal): -6964735 or 113301. OLE color: 113301.

HSL color Cylindrical-coordinate representation of color #95BA01: hue angle of 72º degrees, saturation: 0.99, 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 #95BA01 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 186 1 -
CMYK 0.20 0 0.99 0.27
HSL 72º 0.99% 0.37% -
HSV(B) 72º 0.99% 0.73% -
XYZ 29.96 41.51 6.46 -
YUV 153.85 41.74 124.54 -
System Red Green Blue C M Y K H S L
Decimal 149 186 1 0.20 0 0.99 0.27 72 0.99 0.37
Hex 95 BA 1 14 0 63 1B 48 63 25
Octal 225 272 1 24 0 143 33 110 143 45
Binary 10010101 10111010 1 10100 0 1100011 11011 1001000 1100011 100101

Color Harmonies of #95BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BA01

Black with #95BA01

Text Example


Text Example

White with #95BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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