Html Css Color HEX #9CB507 Citrus

📋 copy color: '#9CB507'

red 156 ◦ green 181 ◦ blue 7

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

Shades of Citrus #9CB507

Tints of Citrus #9CB507

RGB

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

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

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

R = 45.35%
G = 52.62%
B = 2.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#9CB507 (or 0x9CB507) is known color: Citrus. HEX triplet: 9C, B5 and 07. RGB value is (156,181,7). Sum of RGB (Red+Green+Blue) = 156+181+7=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 181 (71.09% from 255 or 52.62% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB507 is #634AF8. Grayscale: #9A9A9A. Windows color (decimal): -6507257 or 505244. OLE color: 505244.

HSL color Cylindrical-coordinate representation of color #9CB507: hue angle of 68.62º 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 #9CB507 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 181 7 -
CMYK 0.14 0 0.96 0.29
HSL 68.62º 0.93% 0.37% -
HSV(B) 68.62º 0.96% 0.71% -
XYZ 30.27 40.13 6.35 -
YUV 153.69 45.22 129.65 -
System Red Green Blue C M Y K H S L
Decimal 156 181 7 0.14 0 0.96 0.29 68.62 0.93 0.37
Hex 9C B5 7 E 0 60 1D 45 5D 25
Octal 234 265 7 16 0 140 35 105 135 45
Binary 10011100 10110101 111 1110 0 1100000 11101 1000101 1011101 100101

Color Harmonies of #9CB507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB507

Black with #9CB507

Text Example


Text Example

White with #9CB507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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