Html Css Color HEX #9CB50D Citrus

📋 copy color: '#9CB50D'

red 156 ◦ green 181 ◦ blue 13

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

Shades of Citrus #9CB50D

Tints of Citrus #9CB50D

RGB

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

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

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

R = 44.57%
G = 51.71%
B = 3.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#9CB50D (or 0x9CB50D) is known color: Citrus. HEX triplet: 9C, B5 and 0D. RGB value is (156,181,13). Sum of RGB (Red+Green+Blue) = 156+181+13=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 181 (71.09% from 255 or 51.71% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB50D is #634AF2. Grayscale: #9B9B9B. Windows color (decimal): -6507251 or 898460. OLE color: 898460.

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

Color convert

RGB 156 181 13 -
CMYK 0.14 0 0.93 0.29
HSL 68.93º 0.87% 0.38% -
HSV(B) 68.93º 0.93% 0.71% -
XYZ 30.31 40.14 6.53 -
YUV 154.37 48.22 129.16 -
System Red Green Blue C M Y K H S L
Decimal 156 181 13 0.14 0 0.93 0.29 68.93 0.87 0.38
Hex 9C B5 D E 0 5D 1D 45 57 26
Octal 234 265 15 16 0 135 35 105 127 46
Binary 10011100 10110101 1101 1110 0 1011101 11101 1000101 1010111 100110

Color Harmonies of #9CB50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB50D

Black with #9CB50D

Text Example


Text Example

White with #9CB50D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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