Html Css Color HEX #88941A Citron

📋 copy color: '#88941A'

red 136 ◦ green 148 ◦ blue 26

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

Shades of Citron #88941A

Tints of Citron #88941A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.39%

R = 43.87%
G = 47.74%
B = 8.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#88941A (or 0x88941A) is known color: Citron. HEX triplet: 88, 94 and 1A. RGB value is (136,148,26). Sum of RGB (Red+Green+Blue) = 136+148+26=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #88941A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88941A is #776BE5. Grayscale: #828282. Windows color (decimal): -7826406 or 1741960. OLE color: 1741960.

HSL color Cylindrical-coordinate representation of color #88941A: hue angle of 65.9º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88941A is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 148 26 -
CMYK 0.08 0 0.82 0.42
HSL 65.9º 0.7% 0.34% -
HSV(B) 65.9º 0.82% 0.58% -
XYZ 20.93 26.49 4.99 -
YUV 130.5 69.02 131.92 -
System Red Green Blue C M Y K H S L
Decimal 136 148 26 0.08 0 0.82 0.42 65.9 0.7 0.34
Hex 88 94 1A 8 0 52 2A 42 46 22
Octal 210 224 32 10 0 122 52 102 106 42
Binary 10001000 10010100 11010 1000 0 1010010 101010 1000010 1000110 100010

Color Harmonies of #88941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88941A

Black with #88941A

Text Example


Text Example

White with #88941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88941A; }

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

 H1.HeaderClassName
 {
   color: #88941A;
 }
 .AnyTagClassName
 {
   color: #88941A;
 }
</style>

background-color css

<style>
 a { background-color: #88941A; }

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

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

border-color css

<style>
 span { border-color: #88941A; }

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

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