Html Css Color HEX #9CB715 Citrus

📋 copy color: '#9CB715'

red 156 ◦ green 183 ◦ blue 21

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

Shades of Citrus #9CB715

Tints of Citrus #9CB715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.83%

R = 43.33%
G = 50.83%
B = 5.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#9CB715 (or 0x9CB715) is known color: Citrus. HEX triplet: 9C, B7 and 15. RGB value is (156,183,21). Sum of RGB (Red+Green+Blue) = 156+183+21=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB715 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB715 is #6348EA. Grayscale: #9D9D9D. Windows color (decimal): -6506731 or 1423260. OLE color: 1423260.

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

Color convert

RGB 156 183 21 -
CMYK 0.15 0 0.89 0.28
HSL 70º 0.79% 0.4% -
HSV(B) 70º 0.89% 0.72% -
XYZ 30.78 40.99 7 -
YUV 156.46 51.55 127.67 -
System Red Green Blue C M Y K H S L
Decimal 156 183 21 0.15 0 0.89 0.28 70 0.79 0.4
Hex 9C B7 15 F 0 59 1C 46 4F 28
Octal 234 267 25 17 0 131 34 106 117 50
Binary 10011100 10110111 10101 1111 0 1011001 11100 1000110 1001111 101000

Color Harmonies of #9CB715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB715

Black with #9CB715

Text Example


Text Example

White with #9CB715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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