Html Css Color HEX #9CB705 Citrus

📋 copy color: '#9CB705'

red 156 ◦ green 183 ◦ blue 5

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

Shades of Citrus #9CB705

Tints of Citrus #9CB705

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.2%

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 45.35%
G = 53.2%
B = 1.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#9CB705 (or 0x9CB705) is known color: Citrus. HEX triplet: 9C, B7 and 05. RGB value is (156,183,5). Sum of RGB (Red+Green+Blue) = 156+183+5=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 183 (71.88% from 255 or 53.20% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB705 is #6348FA. Grayscale: #9B9B9B. Windows color (decimal): -6506747 or 374684. OLE color: 374684.

HSL color Cylindrical-coordinate representation of color #9CB705: hue angle of 69.1º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9CB705 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 156 183 5 -
CMYK 0.15 0 0.97 0.28
HSL 69.1º 0.95% 0.37% -
HSV(B) 69.1º 0.97% 0.72% -
XYZ 30.67 40.95 6.43 -
YUV 154.64 43.55 128.97 -
System Red Green Blue C M Y K H S L
Decimal 156 183 5 0.15 0 0.97 0.28 69.1 0.95 0.37
Hex 9C B7 5 F 0 61 1C 45 5F 25
Octal 234 267 5 17 0 141 34 105 137 45
Binary 10011100 10110111 101 1111 0 1100001 11100 1000101 1011111 100101

Color Harmonies of #9CB705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB705

Black with #9CB705

Text Example


Text Example

White with #9CB705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,183,5); }

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

background-color css

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

 a { background-color: rgb(156,183,5); }

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

border-color css

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

 span { border-color: rgb(156,183,5); }

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