Html Css Color HEX #8CB002 Citrus

📋 copy color: '#8CB002'

red 140 ◦ green 176 ◦ blue 2

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

Shades of Citrus #8CB002

Tints of Citrus #8CB002

RGB

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

 GREEN value IS 176 (69.14% from 255) = 55.35%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 44.03%
G = 55.35%
B = 0.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#8CB002 (or 0x8CB002) is known color: Citrus. HEX triplet: 8C, B0 and 02. RGB value is (140,176,2). Sum of RGB (Red+Green+Blue) = 140+176+2=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 176 (69.14% from 255 or 55.35% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CB002 is #734FFD. Grayscale: #929292. Windows color (decimal): -7557118 or 176268. OLE color: 176268.

HSL color Cylindrical-coordinate representation of color #8CB002: hue angle of 72.41º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CB002 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 176 2 -
CMYK 0.20 0 0.99 0.31
HSL 72.41º 0.98% 0.35% -
HSV(B) 72.41º 0.99% 0.69% -
XYZ 26.35 36.63 5.74 -
YUV 145.4 47.07 124.15 -
System Red Green Blue C M Y K H S L
Decimal 140 176 2 0.20 0 0.99 0.31 72.41 0.98 0.35
Hex 8C B0 2 14 0 63 1F 48 62 23
Octal 214 260 2 24 0 143 37 110 142 43
Binary 10001100 10110000 10 10100 0 1100011 11111 1001000 1100010 100011

Color Harmonies of #8CB002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB002

Black with #8CB002

Text Example


Text Example

White with #8CB002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,176,2); }

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

background-color css

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

 a { background-color: rgb(140,176,2); }

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

border-color css

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

 span { border-color: rgb(140,176,2); }

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