Html Css Color HEX #9CB501 Citrus

📋 copy color: '#9CB501'

red 156 ◦ green 181 ◦ blue 1

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

Shades of Citrus #9CB501

Tints of Citrus #9CB501

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.55%

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

R = 46.15%
G = 53.55%
B = 0.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#9CB501 (or 0x9CB501) is known color: Citrus. HEX triplet: 9C, B5 and 01. RGB value is (156,181,1). Sum of RGB (Red+Green+Blue) = 156+181+1=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 181 (71.09% from 255 or 53.55% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB501 is #634AFE. Grayscale: #999999. Windows color (decimal): -6507263 or 112028. OLE color: 112028.

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

Color convert

RGB 156 181 1 -
CMYK 0.14 0 0.99 0.29
HSL 68.33º 0.99% 0.36% -
HSV(B) 68.33º 0.99% 0.71% -
XYZ 30.24 40.12 6.18 -
YUV 153.01 42.22 130.14 -
System Red Green Blue C M Y K H S L
Decimal 156 181 1 0.14 0 0.99 0.29 68.33 0.99 0.36
Hex 9C B5 1 E 0 63 1D 44 63 24
Octal 234 265 1 16 0 143 35 104 143 44
Binary 10011100 10110101 1 1110 0 1100011 11101 1000100 1100011 100100

Color Harmonies of #9CB501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB501

Black with #9CB501

Text Example


Text Example

White with #9CB501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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