Html Css Color HEX #84920F Citron

📋 copy color: '#84920F'

red 132 ◦ green 146 ◦ blue 15

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

Shades of Citron #84920F

Tints of Citron #84920F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.83%

 BLUE value IS 15 (6.25% from 255) = 5.12%

R = 45.05%
G = 49.83%
B = 5.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#84920F (or 0x84920F) is known color: Citron. HEX triplet: 84, 92 and 0F. RGB value is (132,146,15). Sum of RGB (Red+Green+Blue) = 132+146+15=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #84920F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84920F is #7B6DF0. Grayscale: #7F7F7F. Windows color (decimal): -8089073 or 1020548. OLE color: 1020548.

HSL color Cylindrical-coordinate representation of color #84920F: hue angle of 66.41º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84920F is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 146 15 -
CMYK 0.10 0 0.90 0.43
HSL 66.41º 0.81% 0.32% -
HSV(B) 66.41º 0.9% 0.57% -
XYZ 19.88 25.5 4.33 -
YUV 126.88 64.86 131.65 -
System Red Green Blue C M Y K H S L
Decimal 132 146 15 0.10 0 0.90 0.43 66.41 0.81 0.32
Hex 84 92 F A 0 5A 2B 42 51 20
Octal 204 222 17 12 0 132 53 102 121 40
Binary 10000100 10010010 1111 1010 0 1011010 101011 1000010 1010001 100000

Color Harmonies of #84920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84920F

Black with #84920F

Text Example


Text Example

White with #84920F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84920F; }

 p { color: rgb(132,146,15); }

 H1.HeaderClassName
 {
   color: #84920F;
 }
 .AnyTagClassName
 {
   color: #84920F;
 }
</style>

background-color css

<style>
 a { background-color: #84920F; }

 a { background-color: rgb(132,146,15); }

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

border-color css

<style>
 span { border-color: #84920F; }

 span { border-color: rgb(132,146,15); }

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