Html Css Color HEX #9BAC0C Citrus

📋 copy color: '#9BAC0C'

red 155 ◦ green 172 ◦ blue 12

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

Shades of Citrus #9BAC0C

Tints of Citrus #9BAC0C

RGB

 RED value IS 155 (60.94% from 255) = 45.72%

 GREEN value IS 172 (67.58% from 255) = 50.74%

 BLUE value IS 12 (5.08% from 255) = 3.54%

R = 45.72%
G = 50.74%
B = 3.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#9BAC0C (or 0x9BAC0C) is known color: Citrus. HEX triplet: 9B, AC and 0C. RGB value is (155,172,12). Sum of RGB (Red+Green+Blue) = 155+172+12=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAC0C is #6453F3. Grayscale: #959595. Windows color (decimal): -6575092 or 830619. OLE color: 830619.

HSL color Cylindrical-coordinate representation of color #9BAC0C: hue angle of 66.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BAC0C is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 172 12 -
CMYK 0.10 0 0.93 0.33
HSL 66.38º 0.87% 0.36% -
HSV(B) 66.38º 0.93% 0.67% -
XYZ 28.34 36.5 5.9 -
YUV 148.68 50.87 132.51 -
System Red Green Blue C M Y K H S L
Decimal 155 172 12 0.10 0 0.93 0.33 66.38 0.87 0.36
Hex 9B AC C A 0 5D 21 42 57 24
Octal 233 254 14 12 0 135 41 102 127 44
Binary 10011011 10101100 1100 1010 0 1011101 100001 1000010 1010111 100100

Color Harmonies of #9BAC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAC0C

Black with #9BAC0C

Text Example


Text Example

White with #9BAC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,172,12); }

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

background-color css

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

 a { background-color: rgb(155,172,12); }

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

border-color css

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

 span { border-color: rgb(155,172,12); }

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