Html Css Color HEX #9CB80D Citrus

📋 copy color: '#9CB80D'

red 156 ◦ green 184 ◦ blue 13

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

Shades of Citrus #9CB80D

Tints of Citrus #9CB80D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.12%

 BLUE value IS 13 (5.47% from 255) = 3.68%

R = 44.19%
G = 52.12%
B = 3.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#9CB80D (or 0x9CB80D) is known color: Citrus. HEX triplet: 9C, B8 and 0D. RGB value is (156,184,13). Sum of RGB (Red+Green+Blue) = 156+184+13=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 184 (72.27% from 255 or 52.12% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB80D is #6347F2. Grayscale: #9C9C9C. Windows color (decimal): -6506483 or 899228. OLE color: 899228.

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

Color convert

RGB 156 184 13 -
CMYK 0.15 0 0.93 0.28
HSL 69.82º 0.87% 0.39% -
HSV(B) 69.82º 0.93% 0.72% -
XYZ 30.92 41.38 6.74 -
YUV 156.13 47.22 127.9 -
System Red Green Blue C M Y K H S L
Decimal 156 184 13 0.15 0 0.93 0.28 69.82 0.87 0.39
Hex 9C B8 D F 0 5D 1C 46 57 27
Octal 234 270 15 17 0 135 34 106 127 47
Binary 10011100 10111000 1101 1111 0 1011101 11100 1000110 1010111 100111

Color Harmonies of #9CB80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB80D

Black with #9CB80D

Text Example


Text Example

White with #9CB80D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,184,13); }

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

background-color css

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

 a { background-color: rgb(156,184,13); }

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

border-color css

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

 span { border-color: rgb(156,184,13); }

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