Html Css Color HEX #C98922 Geebung

📋 copy color: '#C98922'

red 201 ◦ green 137 ◦ blue 34

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

Shades of Geebung #C98922

Tints of Geebung #C98922

RGB

 RED value IS 201 (78.91% from 255) = 54.03%

 GREEN value IS 137 (53.91% from 255) = 36.83%

 BLUE value IS 34 (13.67% from 255) = 9.14%

R = 54.03%
G = 36.83%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C98922 (or 0xC98922) is known color: Geebung. HEX triplet: C9, 89 and 22. RGB value is (201,137,34). Sum of RGB (Red+Green+Blue) = 201+137+34=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 34 (13.67% from 255 or 9.14% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C98922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98922 is #3676DD. Grayscale: #909090. Windows color (decimal): -3569374 or 2263497. OLE color: 2263497.

HSL color Cylindrical-coordinate representation of color #C98922: hue angle of 37.01º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C98922 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 137 34 -
CMYK 0 0.32 0.83 0.21
HSL 37.01º 0.71% 0.46% -
HSV(B) 37.01º 0.83% 0.79% -
XYZ 33.32 30.42 5.63 -
YUV 144.39 65.7 168.38 -
System Red Green Blue C M Y K H S L
Decimal 201 137 34 0 0.32 0.83 0.21 37.01 0.71 0.46
Hex C9 89 22 0 20 53 15 25 47 2E
Octal 311 211 42 0 40 123 25 45 107 56
Binary 11001001 10001001 100010 0 100000 1010011 10101 100101 1000111 101110

Color Harmonies of #C98922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98922

Black with #C98922

Text Example


Text Example

White with #C98922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98922; }

 p { color: rgb(201,137,34); }

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

background-color css

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

 a { background-color: rgb(201,137,34); }

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

border-color css

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

 span { border-color: rgb(201,137,34); }

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