Html Css Color HEX #88971B Citron

📋 copy color: '#88971B'

red 136 ◦ green 151 ◦ blue 27

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

Shades of Citron #88971B

Tints of Citron #88971B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.6%

R = 43.31%
G = 48.09%
B = 8.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#88971B (or 0x88971B) is known color: Citron. HEX triplet: 88, 97 and 1B. RGB value is (136,151,27). Sum of RGB (Red+Green+Blue) = 136+151+27=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #88971B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88971B is #7768E4. Grayscale: #848484. Windows color (decimal): -7825637 or 1808264. OLE color: 1808264.

HSL color Cylindrical-coordinate representation of color #88971B: hue angle of 67.26º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88971B is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 151 27 -
CMYK 0.10 0 0.82 0.41
HSL 67.26º 0.7% 0.35% -
HSV(B) 67.26º 0.82% 0.59% -
XYZ 21.42 27.45 5.21 -
YUV 132.38 68.53 130.58 -
System Red Green Blue C M Y K H S L
Decimal 136 151 27 0.10 0 0.82 0.41 67.26 0.7 0.35
Hex 88 97 1B A 0 52 29 43 46 23
Octal 210 227 33 12 0 122 51 103 106 43
Binary 10001000 10010111 11011 1010 0 1010010 101001 1000011 1000110 100011

Color Harmonies of #88971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88971B

Black with #88971B

Text Example


Text Example

White with #88971B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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