Html Css Color HEX #88941C Citron

📋 copy color: '#88941C'

red 136 ◦ green 148 ◦ blue 28

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

Shades of Citron #88941C

Tints of Citron #88941C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.97%

R = 43.59%
G = 47.44%
B = 8.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#88941C (or 0x88941C) is known color: Citron. HEX triplet: 88, 94 and 1C. RGB value is (136,148,28). Sum of RGB (Red+Green+Blue) = 136+148+28=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #88941C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88941C is #776BE3. Grayscale: #838383. Windows color (decimal): -7826404 or 1873032. OLE color: 1873032.

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

Color convert

RGB 136 148 28 -
CMYK 0.08 0 0.81 0.42
HSL 66º 0.68% 0.35% -
HSV(B) 66º 0.81% 0.58% -
XYZ 20.95 26.5 5.11 -
YUV 130.73 70.02 131.76 -
System Red Green Blue C M Y K H S L
Decimal 136 148 28 0.08 0 0.81 0.42 66 0.68 0.35
Hex 88 94 1C 8 0 51 2A 42 44 23
Octal 210 224 34 10 0 121 52 102 104 43
Binary 10001000 10010100 11100 1000 0 1010001 101010 1000010 1000100 100011

Color Harmonies of #88941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88941C

Black with #88941C

Text Example


Text Example

White with #88941C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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