Html Css Color HEX #8CB107 Citrus

📋 copy color: '#8CB107'

red 140 ◦ green 177 ◦ blue 7

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

Shades of Citrus #8CB107

Tints of Citrus #8CB107

RGB

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

 GREEN value IS 177 (69.53% from 255) = 54.63%

 BLUE value IS 7 (3.13% from 255) = 2.16%

R = 43.21%
G = 54.63%
B = 2.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#8CB107 (or 0x8CB107) is known color: Citrus. HEX triplet: 8C, B1 and 07. RGB value is (140,177,7). Sum of RGB (Red+Green+Blue) = 140+177+7=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 177 (69.53% from 255 or 54.63% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CB107 is #734EF8. Grayscale: #939393. Windows color (decimal): -7556857 or 504204. OLE color: 504204.

HSL color Cylindrical-coordinate representation of color #8CB107: hue angle of 73.06º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CB107 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 177 7 -
CMYK 0.21 0 0.96 0.31
HSL 73.06º 0.92% 0.36% -
HSV(B) 73.06º 0.96% 0.69% -
XYZ 26.58 37.04 5.95 -
YUV 146.56 49.24 123.32 -
System Red Green Blue C M Y K H S L
Decimal 140 177 7 0.21 0 0.96 0.31 73.06 0.92 0.36
Hex 8C B1 7 15 0 60 1F 49 5C 24
Octal 214 261 7 25 0 140 37 111 134 44
Binary 10001100 10110001 111 10101 0 1100000 11111 1001001 1011100 100100

Color Harmonies of #8CB107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB107

Black with #8CB107

Text Example


Text Example

White with #8CB107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,177,7); }

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

background-color css

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

 a { background-color: rgb(140,177,7); }

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

border-color css

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

 span { border-color: rgb(140,177,7); }

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