Html Css Color HEX #9CB508 Citrus

📋 copy color: '#9CB508'

red 156 ◦ green 181 ◦ blue 8

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

Shades of Citrus #9CB508

Tints of Citrus #9CB508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.32%

R = 45.22%
G = 52.46%
B = 2.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#9CB508 (or 0x9CB508) is known color: Citrus. HEX triplet: 9C, B5 and 08. RGB value is (156,181,8). Sum of RGB (Red+Green+Blue) = 156+181+8=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 181 (71.09% from 255 or 52.46% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB508 is #634AF7. Grayscale: #9A9A9A. Windows color (decimal): -6507256 or 570780. OLE color: 570780.

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

Color convert

RGB 156 181 8 -
CMYK 0.14 0 0.96 0.29
HSL 68.67º 0.92% 0.37% -
HSV(B) 68.67º 0.96% 0.71% -
XYZ 30.28 40.13 6.38 -
YUV 153.8 45.72 129.57 -
System Red Green Blue C M Y K H S L
Decimal 156 181 8 0.14 0 0.96 0.29 68.67 0.92 0.37
Hex 9C B5 8 E 0 60 1D 45 5C 25
Octal 234 265 10 16 0 140 35 105 134 45
Binary 10011100 10110101 1000 1110 0 1100000 11101 1000101 1011100 100101

Color Harmonies of #9CB508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB508

Black with #9CB508

Text Example


Text Example

White with #9CB508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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