Html Css Color HEX #83BC06 Citrus

📋 copy color: '#83BC06'

red 131 ◦ green 188 ◦ blue 6

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

Shades of Citrus #83BC06

Tints of Citrus #83BC06

RGB

 RED value IS 131 (51.56% from 255) = 40.31%

 GREEN value IS 188 (73.83% from 255) = 57.85%

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

R = 40.31%
G = 57.85%
B = 1.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#83BC06 (or 0x83BC06) is known color: Citrus. HEX triplet: 83, BC and 06. RGB value is (131,188,6). Sum of RGB (Red+Green+Blue) = 131+188+6=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BC06 is #7C43F9. Grayscale: #969696. Windows color (decimal): -8143866 or 441475. OLE color: 441475.

HSL color Cylindrical-coordinate representation of color #83BC06: hue angle of 78.79º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83BC06 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 188 6 -
CMYK 0.30 0 0.97 0.26
HSL 78.79º 0.94% 0.38% -
HSV(B) 78.79º 0.97% 0.74% -
XYZ 27.38 40.8 6.61 -
YUV 150.21 46.62 114.3 -
System Red Green Blue C M Y K H S L
Decimal 131 188 6 0.30 0 0.97 0.26 78.79 0.94 0.38
Hex 83 BC 6 1E 0 61 1A 4F 5E 26
Octal 203 274 6 36 0 141 32 117 136 46
Binary 10000011 10111100 110 11110 0 1100001 11010 1001111 1011110 100110

Color Harmonies of #83BC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC06

Black with #83BC06

Text Example


Text Example

White with #83BC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83BC06; }

 p { color: rgb(131,188,6); }

 H1.HeaderClassName
 {
   color: #83BC06;
 }
 .AnyTagClassName
 {
   color: #83BC06;
 }
</style>

background-color css

<style>
 a { background-color: #83BC06; }

 a { background-color: rgb(131,188,6); }

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

border-color css

<style>
 span { border-color: #83BC06; }

 span { border-color: rgb(131,188,6); }

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