Html Css Color HEX #9CB105 Citrus

📋 copy color: '#9CB105'

red 156 ◦ green 177 ◦ blue 5

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

Shades of Citrus #9CB105

Tints of Citrus #9CB105

RGB

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

 GREEN value IS 177 (69.53% from 255) = 52.37%

 BLUE value IS 5 (2.34% from 255) = 1.48%

R = 46.15%
G = 52.37%
B = 1.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#9CB105 (or 0x9CB105) is known color: Citrus. HEX triplet: 9C, B1 and 05. RGB value is (156,177,5). Sum of RGB (Red+Green+Blue) = 156+177+5=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 177 (69.53% from 255 or 52.37% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CB105 is #634EFA. Grayscale: #979797. Windows color (decimal): -6508283 or 373148. OLE color: 373148.

HSL color Cylindrical-coordinate representation of color #9CB105: hue angle of 67.33º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9CB105 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 177 5 -
CMYK 0.12 0 0.97 0.31
HSL 67.33º 0.95% 0.36% -
HSV(B) 67.33º 0.97% 0.69% -
XYZ 29.46 38.52 6.03 -
YUV 151.11 45.54 131.49 -
System Red Green Blue C M Y K H S L
Decimal 156 177 5 0.12 0 0.97 0.31 67.33 0.95 0.36
Hex 9C B1 5 C 0 61 1F 43 5F 24
Octal 234 261 5 14 0 141 37 103 137 44
Binary 10011100 10110001 101 1100 0 1100001 11111 1000011 1011111 100100

Color Harmonies of #9CB105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB105

Black with #9CB105

Text Example


Text Example

White with #9CB105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,177,5); }

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

background-color css

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

 a { background-color: rgb(156,177,5); }

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

border-color css

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

 span { border-color: rgb(156,177,5); }

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