Html Css Color HEX #9CB401 Citrus

📋 copy color: '#9CB401'

red 156 ◦ green 180 ◦ blue 1

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

Shades of Citrus #9CB401

Tints of Citrus #9CB401

RGB

 RED value IS 156 (61.33% from 255) = 46.29%

 GREEN value IS 180 (70.7% from 255) = 53.41%

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

R = 46.29%
G = 53.41%
B = 0.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#9CB401 (or 0x9CB401) is known color: Citrus. HEX triplet: 9C, B4 and 01. RGB value is (156,180,1). Sum of RGB (Red+Green+Blue) = 156+180+1=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB401 is #634BFE. Grayscale: #999999. Windows color (decimal): -6507519 or 111772. OLE color: 111772.

HSL color Cylindrical-coordinate representation of color #9CB401: hue angle of 68.04º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9CB401 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 180 1 -
CMYK 0.13 0 0.99 0.29
HSL 68.04º 0.99% 0.35% -
HSV(B) 68.04º 0.99% 0.71% -
XYZ 30.04 39.71 6.11 -
YUV 152.42 42.55 130.55 -
System Red Green Blue C M Y K H S L
Decimal 156 180 1 0.13 0 0.99 0.29 68.04 0.99 0.35
Hex 9C B4 1 D 0 63 1D 44 63 23
Octal 234 264 1 15 0 143 35 104 143 43
Binary 10011100 10110100 1 1101 0 1100011 11101 1000100 1100011 100011

Color Harmonies of #9CB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB401

Black with #9CB401

Text Example


Text Example

White with #9CB401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CB401; }

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

 H1.HeaderClassName
 {
   color: #9CB401;
 }
 .AnyTagClassName
 {
   color: #9CB401;
 }
</style>

background-color css

<style>
 a { background-color: #9CB401; }

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

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

border-color css

<style>
 span { border-color: #9CB401; }

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

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