Html Css Color HEX #9CB207 Citrus

📋 copy color: '#9CB207'

red 156 ◦ green 178 ◦ blue 7

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

Shades of Citrus #9CB207

Tints of Citrus #9CB207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.05%

R = 45.75%
G = 52.2%
B = 2.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#9CB207 (or 0x9CB207) is known color: Citrus. HEX triplet: 9C, B2 and 07. RGB value is (156,178,7). Sum of RGB (Red+Green+Blue) = 156+178+7=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 178 (69.92% from 255 or 52.20% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CB207 is #634DF8. Grayscale: #989898. Windows color (decimal): -6508025 or 504476. OLE color: 504476.

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

Color convert

RGB 156 178 7 -
CMYK 0.12 0 0.96 0.30
HSL 67.72º 0.92% 0.36% -
HSV(B) 67.72º 0.96% 0.7% -
XYZ 29.67 38.92 6.15 -
YUV 151.93 46.21 130.9 -
System Red Green Blue C M Y K H S L
Decimal 156 178 7 0.12 0 0.96 0.30 67.72 0.92 0.36
Hex 9C B2 7 C 0 60 1E 44 5C 24
Octal 234 262 7 14 0 140 36 104 134 44
Binary 10011100 10110010 111 1100 0 1100000 11110 1000100 1011100 100100

Color Harmonies of #9CB207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB207

Black with #9CB207

Text Example


Text Example

White with #9CB207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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