Html Css Color HEX #88CA0C Citrus

📋 copy color: '#88CA0C'

red 136 ◦ green 202 ◦ blue 12

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

Shades of Citrus #88CA0C

Tints of Citrus #88CA0C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.71%

 BLUE value IS 12 (5.08% from 255) = 3.43%

R = 38.86%
G = 57.71%
B = 3.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#88CA0C (or 0x88CA0C) is known color: Citrus. HEX triplet: 88, CA and 0C. RGB value is (136,202,12). Sum of RGB (Red+Green+Blue) = 136+202+12=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88CA0C is #7735F3. Grayscale: #A1A1A1. Windows color (decimal): -7812596 or 838280. OLE color: 838280.

HSL color Cylindrical-coordinate representation of color #88CA0C: hue angle of 80.84º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88CA0C is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 202 12 -
CMYK 0.33 0 0.94 0.21
HSL 80.84º 0.89% 0.42% -
HSV(B) 80.84º 0.94% 0.79% -
XYZ 31.34 47.5 7.86 -
YUV 160.61 44.13 110.45 -
System Red Green Blue C M Y K H S L
Decimal 136 202 12 0.33 0 0.94 0.21 80.84 0.89 0.42
Hex 88 CA C 21 0 5E 15 51 59 2A
Octal 210 312 14 41 0 136 25 121 131 52
Binary 10001000 11001010 1100 100001 0 1011110 10101 1010001 1011001 101010

Color Harmonies of #88CA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CA0C

Black with #88CA0C

Text Example


Text Example

White with #88CA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88CA0C; }

 p { color: rgb(136,202,12); }

 H1.HeaderClassName
 {
   color: #88CA0C;
 }
 .AnyTagClassName
 {
   color: #88CA0C;
 }
</style>

background-color css

<style>
 a { background-color: #88CA0C; }

 a { background-color: rgb(136,202,12); }

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

border-color css

<style>
 span { border-color: #88CA0C; }

 span { border-color: rgb(136,202,12); }

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