Html Css Color HEX #8BCA06 Citrus

📋 copy color: '#8BCA06'

red 139 ◦ green 202 ◦ blue 6

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

Shades of Citrus #8BCA06

Tints of Citrus #8BCA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.73%

R = 40.06%
G = 58.21%
B = 1.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#8BCA06 (or 0x8BCA06) is known color: Citrus. HEX triplet: 8B, CA and 06. RGB value is (139,202,6). Sum of RGB (Red+Green+Blue) = 139+202+6=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 202 (79.30% from 255 or 58.21% from 347); Blue value is 6 (2.73% from 255 or 1.73% from 347); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BCA06 is #7435F9. Grayscale: #A1A1A1. Windows color (decimal): -7615994 or 445067. OLE color: 445067.

HSL color Cylindrical-coordinate representation of color #8BCA06: hue angle of 79.29º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8BCA06 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 202 6 -
CMYK 0.31 0 0.97 0.21
HSL 79.29º 0.94% 0.41% -
HSV(B) 79.29º 0.97% 0.79% -
XYZ 31.8 47.74 7.71 -
YUV 160.82 40.63 112.44 -
System Red Green Blue C M Y K H S L
Decimal 139 202 6 0.31 0 0.97 0.21 79.29 0.94 0.41
Hex 8B CA 6 1F 0 61 15 4F 5E 29
Octal 213 312 6 37 0 141 25 117 136 51
Binary 10001011 11001010 110 11111 0 1100001 10101 1001111 1011110 101001

Color Harmonies of #8BCA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCA06

Black with #8BCA06

Text Example


Text Example

White with #8BCA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,202,6); }

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

background-color css

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

 a { background-color: rgb(139,202,6); }

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

border-color css

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

 span { border-color: rgb(139,202,6); }

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