Html Css Color HEX #8BB40C Citrus

📋 copy color: '#8BB40C'

red 139 ◦ green 180 ◦ blue 12

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

Shades of Citrus #8BB40C

Tints of Citrus #8BB40C

RGB

 RED value IS 139 (54.69% from 255) = 41.99%

 GREEN value IS 180 (70.7% from 255) = 54.38%

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

R = 41.99%
G = 54.38%
B = 3.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#8BB40C (or 0x8BB40C) is known color: Citrus. HEX triplet: 8B, B4 and 0C. RGB value is (139,180,12). Sum of RGB (Red+Green+Blue) = 139+180+12=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 180 (70.70% from 255 or 54.38% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB40C is #744BF3. Grayscale: #959595. Windows color (decimal): -7621620 or 832651. OLE color: 832651.

HSL color Cylindrical-coordinate representation of color #8BB40C: hue angle of 74.64º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8BB40C is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 139 180 12 -
CMYK 0.23 0 0.93 0.29
HSL 74.64º 0.88% 0.38% -
HSV(B) 74.64º 0.93% 0.71% -
XYZ 27.04 38.16 6.29 -
YUV 148.59 50.92 121.16 -
System Red Green Blue C M Y K H S L
Decimal 139 180 12 0.23 0 0.93 0.29 74.64 0.88 0.38
Hex 8B B4 C 17 0 5D 1D 4B 58 26
Octal 213 264 14 27 0 135 35 113 130 46
Binary 10001011 10110100 1100 10111 0 1011101 11101 1001011 1011000 100110

Color Harmonies of #8BB40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB40C

Black with #8BB40C

Text Example


Text Example

White with #8BB40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,180,12); }

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

background-color css

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

 a { background-color: rgb(139,180,12); }

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

border-color css

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

 span { border-color: rgb(139,180,12); }

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