Html Css Color HEX #9CB407 Citrus

📋 copy color: '#9CB407'

red 156 ◦ green 180 ◦ blue 7

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

Shades of Citrus #9CB407

Tints of Citrus #9CB407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.04%

R = 45.48%
G = 52.48%
B = 2.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#9CB407 (or 0x9CB407) is known color: Citrus. HEX triplet: 9C, B4 and 07. RGB value is (156,180,7). Sum of RGB (Red+Green+Blue) = 156+180+7=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB407 is #634BF8. Grayscale: #999999. Windows color (decimal): -6507513 or 504988. OLE color: 504988.

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

Color convert

RGB 156 180 7 -
CMYK 0.13 0 0.96 0.29
HSL 68.32º 0.93% 0.37% -
HSV(B) 68.32º 0.96% 0.71% -
XYZ 30.07 39.73 6.28 -
YUV 153.1 45.55 130.07 -
System Red Green Blue C M Y K H S L
Decimal 156 180 7 0.13 0 0.96 0.29 68.32 0.93 0.37
Hex 9C B4 7 D 0 60 1D 44 5D 25
Octal 234 264 7 15 0 140 35 104 135 45
Binary 10011100 10110100 111 1101 0 1100000 11101 1000100 1011101 100101

Color Harmonies of #9CB407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB407

Black with #9CB407

Text Example


Text Example

White with #9CB407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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