Html Css Color HEX #889B0C Citron

📋 copy color: '#889B0C'

red 136 ◦ green 155 ◦ blue 12

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

Shades of Citron #889B0C

Tints of Citron #889B0C

RGB

 RED value IS 136 (53.52% from 255) = 44.88%

 GREEN value IS 155 (60.94% from 255) = 51.16%

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

R = 44.88%
G = 51.16%
B = 3.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#889B0C (or 0x889B0C) is known color: Citron. HEX triplet: 88, 9B and 0C. RGB value is (136,155,12). Sum of RGB (Red+Green+Blue) = 136+155+12=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 155 (60.94% from 255 or 51.16% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 155 - color contains mainly: green. Hex color #889B0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889B0C is #7764F3. Grayscale: #858585. Windows color (decimal): -7824628 or 826248. OLE color: 826248.

HSL color Cylindrical-coordinate representation of color #889B0C: hue angle of 67.97º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #889B0C is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 155 12 -
CMYK 0.12 0 0.92 0.39
HSL 67.97º 0.86% 0.33% -
HSV(B) 67.97º 0.92% 0.61% -
XYZ 21.94 28.7 4.73 -
YUV 133.02 59.71 130.13 -
System Red Green Blue C M Y K H S L
Decimal 136 155 12 0.12 0 0.92 0.39 67.97 0.86 0.33
Hex 88 9B C C 0 5C 27 44 56 21
Octal 210 233 14 14 0 134 47 104 126 41
Binary 10001000 10011011 1100 1100 0 1011100 100111 1000100 1010110 100001

Color Harmonies of #889B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889B0C

Black with #889B0C

Text Example


Text Example

White with #889B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889B0C; }

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

 H1.HeaderClassName
 {
   color: #889B0C;
 }
 .AnyTagClassName
 {
   color: #889B0C;
 }
</style>

background-color css

<style>
 a { background-color: #889B0C; }

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

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

border-color css

<style>
 span { border-color: #889B0C; }

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

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