Html Css Color HEX #84BA08 Citrus

📋 copy color: '#84BA08'

red 132 ◦ green 186 ◦ blue 8

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

Shades of Citrus #84BA08

Tints of Citrus #84BA08

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.06%

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 40.49%
G = 57.06%
B = 2.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#84BA08 (or 0x84BA08) is known color: Citrus. HEX triplet: 84, BA and 08. RGB value is (132,186,8). Sum of RGB (Red+Green+Blue) = 132+186+8=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BA08 is #7B45F7. Grayscale: #969696. Windows color (decimal): -8078840 or 572036. OLE color: 572036.

HSL color Cylindrical-coordinate representation of color #84BA08: hue angle of 78.2º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84BA08 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 186 8 -
CMYK 0.29 0 0.96 0.27
HSL 78.2º 0.92% 0.38% -
HSV(B) 78.2º 0.96% 0.73% -
XYZ 27.12 40.04 6.53 -
YUV 149.56 48.11 115.47 -
System Red Green Blue C M Y K H S L
Decimal 132 186 8 0.29 0 0.96 0.27 78.2 0.92 0.38
Hex 84 BA 8 1D 0 60 1B 4E 5C 26
Octal 204 272 10 35 0 140 33 116 134 46
Binary 10000100 10111010 1000 11101 0 1100000 11011 1001110 1011100 100110

Color Harmonies of #84BA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BA08

Black with #84BA08

Text Example


Text Example

White with #84BA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,186,8); }

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

background-color css

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

 a { background-color: rgb(132,186,8); }

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

border-color css

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

 span { border-color: rgb(132,186,8); }

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