Html Css Color HEX #9CB219 Citrus

📋 copy color: '#9CB219'

red 156 ◦ green 178 ◦ blue 25

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

Shades of Citrus #9CB219

Tints of Citrus #9CB219

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.58%

 BLUE value IS 25 (10.16% from 255) = 6.96%

R = 43.45%
G = 49.58%
B = 6.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#9CB219 (or 0x9CB219) is known color: Citrus. HEX triplet: 9C, B2 and 19. RGB value is (156,178,25). Sum of RGB (Red+Green+Blue) = 156+178+25=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 178 (69.92% from 255 or 49.58% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CB219 is #634DE6. Grayscale: #9A9A9A. Windows color (decimal): -6508007 or 1684124. OLE color: 1684124.

HSL color Cylindrical-coordinate representation of color #9CB219: hue angle of 68.63º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9CB219 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 156 178 25 -
CMYK 0.12 0 0.86 0.30
HSL 68.63º 0.75% 0.4% -
HSV(B) 68.63º 0.86% 0.7% -
XYZ 29.81 38.98 6.87 -
YUV 153.98 55.21 129.44 -
System Red Green Blue C M Y K H S L
Decimal 156 178 25 0.12 0 0.86 0.30 68.63 0.75 0.4
Hex 9C B2 19 C 0 56 1E 45 4B 28
Octal 234 262 31 14 0 126 36 105 113 50
Binary 10011100 10110010 11001 1100 0 1010110 11110 1000101 1001011 101000

Color Harmonies of #9CB219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB219

Black with #9CB219

Text Example


Text Example

White with #9CB219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,178,25); }

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

background-color css

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

 a { background-color: rgb(156,178,25); }

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

border-color css

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

 span { border-color: rgb(156,178,25); }

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