Html Css Color HEX #88940B Citron

📋 copy color: '#88940B'

red 136 ◦ green 148 ◦ blue 11

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

Shades of Citron #88940B

Tints of Citron #88940B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.17%

 BLUE value IS 11 (4.69% from 255) = 3.73%

R = 46.1%
G = 50.17%
B = 3.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#88940B (or 0x88940B) is known color: Citron. HEX triplet: 88, 94 and 0B. RGB value is (136,148,11). Sum of RGB (Red+Green+Blue) = 136+148+11=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #88940B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88940B is #776BF4. Grayscale: #818181. Windows color (decimal): -7826421 or 758920. OLE color: 758920.

HSL color Cylindrical-coordinate representation of color #88940B: hue angle of 65.26º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88940B is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 148 11 -
CMYK 0.08 0 0.93 0.42
HSL 65.26º 0.86% 0.31% -
HSV(B) 65.26º 0.93% 0.58% -
XYZ 20.8 26.44 4.32 -
YUV 128.79 61.52 133.14 -
System Red Green Blue C M Y K H S L
Decimal 136 148 11 0.08 0 0.93 0.42 65.26 0.86 0.31
Hex 88 94 B 8 0 5D 2A 41 56 1F
Octal 210 224 13 10 0 135 52 101 126 37
Binary 10001000 10010100 1011 1000 0 1011101 101010 1000001 1010110 11111

Color Harmonies of #88940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88940B

Black with #88940B

Text Example


Text Example

White with #88940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88940B; }

 p { color: rgb(136,148,11); }

 H1.HeaderClassName
 {
   color: #88940B;
 }
 .AnyTagClassName
 {
   color: #88940B;
 }
</style>

background-color css

<style>
 a { background-color: #88940B; }

 a { background-color: rgb(136,148,11); }

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

border-color css

<style>
 span { border-color: #88940B; }

 span { border-color: rgb(136,148,11); }

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