Html Css Color HEX #84B203 Citrus

📋 copy color: '#84B203'

red 132 ◦ green 178 ◦ blue 3

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

Shades of Citrus #84B203

Tints of Citrus #84B203

RGB

 RED value IS 132 (51.95% from 255) = 42.17%

 GREEN value IS 178 (69.92% from 255) = 56.87%

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 42.17%
G = 56.87%
B = 0.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#84B203 (or 0x84B203) is known color: Citrus. HEX triplet: 84, B2 and 03. RGB value is (132,178,3). Sum of RGB (Red+Green+Blue) = 132+178+3=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 178 (69.92% from 255 or 56.87% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 178 - color contains mainly: green. Hex color #84B203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84B203 is #7B4DFC. Grayscale: #909090. Windows color (decimal): -8080893 or 242308. OLE color: 242308.

HSL color Cylindrical-coordinate representation of color #84B203: hue angle of 75.77º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84B203 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 132 178 3 -
CMYK 0.26 0 0.98 0.30
HSL 75.77º 0.97% 0.35% -
HSV(B) 75.77º 0.98% 0.7% -
XYZ 25.45 36.75 5.84 -
YUV 144.3 48.26 119.23 -
System Red Green Blue C M Y K H S L
Decimal 132 178 3 0.26 0 0.98 0.30 75.77 0.97 0.35
Hex 84 B2 3 1A 0 62 1E 4C 61 23
Octal 204 262 3 32 0 142 36 114 141 43
Binary 10000100 10110010 11 11010 0 1100010 11110 1001100 1100001 100011

Color Harmonies of #84B203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B203

Black with #84B203

Text Example


Text Example

White with #84B203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84B203; }

 p { color: rgb(132,178,3); }

 H1.HeaderClassName
 {
   color: #84B203;
 }
 .AnyTagClassName
 {
   color: #84B203;
 }
</style>

background-color css

<style>
 a { background-color: #84B203; }

 a { background-color: rgb(132,178,3); }

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

border-color css

<style>
 span { border-color: #84B203; }

 span { border-color: rgb(132,178,3); }

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