Html Css Color HEX #8CBB10 Citrus

📋 copy color: '#8CBB10'

red 140 ◦ green 187 ◦ blue 16

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

Shades of Citrus #8CBB10

Tints of Citrus #8CBB10

RGB

 RED value IS 140 (55.08% from 255) = 40.82%

 GREEN value IS 187 (73.44% from 255) = 54.52%

 BLUE value IS 16 (6.64% from 255) = 4.66%

R = 40.82%
G = 54.52%
B = 4.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#8CBB10 (or 0x8CBB10) is known color: Citrus. HEX triplet: 8C, BB and 10. RGB value is (140,187,16). Sum of RGB (Red+Green+Blue) = 140+187+16=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 187 (73.44% from 255 or 54.52% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBB10 is #7344EF. Grayscale: #9A9A9A. Windows color (decimal): -7554288 or 1096588. OLE color: 1096588.

HSL color Cylindrical-coordinate representation of color #8CBB10: hue angle of 76.49º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CBB10 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 187 16 -
CMYK 0.25 0 0.91 0.27
HSL 76.49º 0.84% 0.4% -
HSV(B) 76.49º 0.91% 0.73% -
XYZ 28.68 41.15 6.92 -
YUV 153.45 50.43 118.4 -
System Red Green Blue C M Y K H S L
Decimal 140 187 16 0.25 0 0.91 0.27 76.49 0.84 0.4
Hex 8C BB 10 19 0 5B 1B 4C 54 28
Octal 214 273 20 31 0 133 33 114 124 50
Binary 10001100 10111011 10000 11001 0 1011011 11011 1001100 1010100 101000

Color Harmonies of #8CBB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBB10

Black with #8CBB10

Text Example


Text Example

White with #8CBB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CBB10; }

 p { color: rgb(140,187,16); }

 H1.HeaderClassName
 {
   color: #8CBB10;
 }
 .AnyTagClassName
 {
   color: #8CBB10;
 }
</style>

background-color css

<style>
 a { background-color: #8CBB10; }

 a { background-color: rgb(140,187,16); }

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

border-color css

<style>
 span { border-color: #8CBB10; }

 span { border-color: rgb(140,187,16); }

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