Html Css Color HEX #95BC01 Citrus

📋 copy color: '#95BC01'

red 149 ◦ green 188 ◦ blue 1

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

Shades of Citrus #95BC01

Tints of Citrus #95BC01

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.62%

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

R = 44.08%
G = 55.62%
B = 0.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#95BC01 (or 0x95BC01) is known color: Citrus. HEX triplet: 95, BC and 01. RGB value is (149,188,1). Sum of RGB (Red+Green+Blue) = 149+188+1=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BC01 is #6A43FE. Grayscale: #9B9B9B. Windows color (decimal): -6964223 or 113813. OLE color: 113813.

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

Color convert

RGB 149 188 1 -
CMYK 0.21 0 0.99 0.26
HSL 72.51º 0.99% 0.37% -
HSV(B) 72.51º 0.99% 0.74% -
XYZ 30.38 42.36 6.6 -
YUV 155.02 41.08 123.71 -
System Red Green Blue C M Y K H S L
Decimal 149 188 1 0.21 0 0.99 0.26 72.51 0.99 0.37
Hex 95 BC 1 15 0 63 1A 49 63 25
Octal 225 274 1 25 0 143 32 111 143 45
Binary 10010101 10111100 1 10101 0 1100011 11010 1001001 1100011 100101

Color Harmonies of #95BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BC01

Black with #95BC01

Text Example


Text Example

White with #95BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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