Html Css Color HEX #88970F Citron

📋 copy color: '#88970F'

red 136 ◦ green 151 ◦ blue 15

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

Shades of Citron #88970F

Tints of Citron #88970F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50%

 BLUE value IS 15 (6.25% from 255) = 4.97%

R = 45.03%
G = 50%
B = 4.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#88970F (or 0x88970F) is known color: Citron. HEX triplet: 88, 97 and 0F. RGB value is (136,151,15). Sum of RGB (Red+Green+Blue) = 136+151+15=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 151 (59.38% from 255 or 50% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 151 - color contains mainly: green. Hex color #88970F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88970F is #7768F0. Grayscale: #838383. Windows color (decimal): -7825649 or 1021832. OLE color: 1021832.

HSL color Cylindrical-coordinate representation of color #88970F: hue angle of 66.62º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88970F is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 151 15 -
CMYK 0.10 0 0.90 0.41
HSL 66.62º 0.82% 0.33% -
HSV(B) 66.62º 0.9% 0.59% -
XYZ 21.31 27.4 4.62 -
YUV 131.01 62.53 131.56 -
System Red Green Blue C M Y K H S L
Decimal 136 151 15 0.10 0 0.90 0.41 66.62 0.82 0.33
Hex 88 97 F A 0 5A 29 43 52 21
Octal 210 227 17 12 0 132 51 103 122 41
Binary 10001000 10010111 1111 1010 0 1011010 101001 1000011 1010010 100001

Color Harmonies of #88970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88970F

Black with #88970F

Text Example


Text Example

White with #88970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88970F; }

 p { color: rgb(136,151,15); }

 H1.HeaderClassName
 {
   color: #88970F;
 }
 .AnyTagClassName
 {
   color: #88970F;
 }
</style>

background-color css

<style>
 a { background-color: #88970F; }

 a { background-color: rgb(136,151,15); }

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

border-color css

<style>
 span { border-color: #88970F; }

 span { border-color: rgb(136,151,15); }

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