Html Css Color HEX #999C01 Citrus

📋 copy color: '#999C01'

red 153 ◦ green 156 ◦ blue 1

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

Shades of Citrus #999C01

Tints of Citrus #999C01

RGB

 RED value IS 153 (60.16% from 255) = 49.35%

 GREEN value IS 156 (61.33% from 255) = 50.32%

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

R = 49.35%
G = 50.32%
B = 0.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#999C01 (or 0x999C01) is known color: Citrus. HEX triplet: 99, 9C and 01. RGB value is (153,156,1). Sum of RGB (Red+Green+Blue) = 153+156+1=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #999C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999C01 is #6663FE. Grayscale: #8A8A8A. Windows color (decimal): -6710271 or 105625. OLE color: 105625.

HSL color Cylindrical-coordinate representation of color #999C01: hue angle of 61.16º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #999C01 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 156 1 -
CMYK 0.02 0 0.99 0.39
HSL 61.16º 0.99% 0.31% -
HSV(B) 61.16º 0.99% 0.61% -
XYZ 25.03 30.55 4.61 -
YUV 137.43 51.01 139.1 -
System Red Green Blue C M Y K H S L
Decimal 153 156 1 0.02 0 0.99 0.39 61.16 0.99 0.31
Hex 99 9C 1 2 0 63 27 3D 63 1F
Octal 231 234 1 2 0 143 47 75 143 37
Binary 10011001 10011100 1 10 0 1100011 100111 111101 1100011 11111

Color Harmonies of #999C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999C01

Black with #999C01

Text Example


Text Example

White with #999C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999C01; }

 p { color: rgb(153,156,1); }

 H1.HeaderClassName
 {
   color: #999C01;
 }
 .AnyTagClassName
 {
   color: #999C01;
 }
</style>

background-color css

<style>
 a { background-color: #999C01; }

 a { background-color: rgb(153,156,1); }

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

border-color css

<style>
 span { border-color: #999C01; }

 span { border-color: rgb(153,156,1); }

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