Html Css Color HEX #9CB31A Citrus

📋 copy color: '#9CB31A'

red 156 ◦ green 179 ◦ blue 26

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

Shades of Citrus #9CB31A

Tints of Citrus #9CB31A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.58%

 BLUE value IS 26 (10.55% from 255) = 7.2%

R = 43.21%
G = 49.58%
B = 7.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#9CB31A (or 0x9CB31A) is known color: Citrus. HEX triplet: 9C, B3 and 1A. RGB value is (156,179,26). Sum of RGB (Red+Green+Blue) = 156+179+26=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB31A is #634CE5. Grayscale: #9B9B9B. Windows color (decimal): -6507750 or 1749916. OLE color: 1749916.

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

Color convert

RGB 156 179 26 -
CMYK 0.13 0 0.85 0.30
HSL 69.02º 0.75% 0.4% -
HSV(B) 69.02º 0.85% 0.7% -
XYZ 30.02 39.38 7 -
YUV 154.68 55.38 128.94 -
System Red Green Blue C M Y K H S L
Decimal 156 179 26 0.13 0 0.85 0.30 69.02 0.75 0.4
Hex 9C B3 1A D 0 55 1E 45 4B 28
Octal 234 263 32 15 0 125 36 105 113 50
Binary 10011100 10110011 11010 1101 0 1010101 11110 1000101 1001011 101000

Color Harmonies of #9CB31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB31A

Black with #9CB31A

Text Example


Text Example

White with #9CB31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,179,26); }

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

background-color css

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

 a { background-color: rgb(156,179,26); }

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

border-color css

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

 span { border-color: rgb(156,179,26); }

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