Html Css Color HEX #818250 Kokoda

📋 copy color: '#818250'

red 129 ◦ green 130 ◦ blue 80

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

Shades of Kokoda #818250

Tints of Kokoda #818250

RGB

 RED value IS 129 (50.78% from 255) = 38.05%

 GREEN value IS 130 (51.17% from 255) = 38.35%

 BLUE value IS 80 (31.64% from 255) = 23.6%

R = 38.05%
G = 38.35%
B = 23.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#818250 (or 0x818250) is known color: Kokoda. HEX triplet: 81, 82 and 50. RGB value is (129,130,80). Sum of RGB (Red+Green+Blue) = 129+130+80=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #818250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818250 is #7E7DAF. Grayscale: #7C7C7C. Windows color (decimal): -8289712 or 5276289. OLE color: 5276289.

HSL color Cylindrical-coordinate representation of color #818250: hue angle of 61.2º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #818250 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 130 80 -
CMYK 0.01 0 0.38 0.49
HSL 61.2º 0.24% 0.41% -
HSV(B) 61.2º 0.38% 0.51% -
XYZ 18.48 21.21 10.71 -
YUV 124 103.17 131.57 -
System Red Green Blue C M Y K H S L
Decimal 129 130 80 0.01 0 0.38 0.49 61.2 0.24 0.41
Hex 81 82 50 1 0 26 31 3D 18 29
Octal 201 202 120 1 0 46 61 75 30 51
Binary 10000001 10000010 1010000 1 0 100110 110001 111101 11000 101001

Color Harmonies of #818250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818250

Black with #818250

Text Example


Text Example

White with #818250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818250; }

 p { color: rgb(129,130,80); }

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

background-color css

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

 a { background-color: rgb(129,130,80); }

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

border-color css

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

 span { border-color: rgb(129,130,80); }

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