Html Css Color HEX #C9BA22 Bird Flower

📋 copy color: '#C9BA22'

red 201 ◦ green 186 ◦ blue 34

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

Shades of Bird Flower #C9BA22

Tints of Bird Flower #C9BA22

RGB

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

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

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

R = 47.74%
G = 44.18%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C9BA22 (or 0xC9BA22) is known color: Bird Flower. HEX triplet: C9, BA and 22. RGB value is (201,186,34). Sum of RGB (Red+Green+Blue) = 201+186+34=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 34 (13.67% from 255 or 8.08% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BA22 is #3645DD. Grayscale: #ADADAD. Windows color (decimal): -3556830 or 2276041. OLE color: 2276041.

HSL color Cylindrical-coordinate representation of color #C9BA22: hue angle of 54.61º 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 #C9BA22 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 186 34 -
CMYK 0 0.07 0.83 0.21
HSL 54.61º 0.71% 0.46% -
HSV(B) 54.61º 0.83% 0.79% -
XYZ 41.94 47.65 8.5 -
YUV 173.16 49.47 147.86 -
System Red Green Blue C M Y K H S L
Decimal 201 186 34 0 0.07 0.83 0.21 54.61 0.71 0.46
Hex C9 BA 22 0 7 53 15 37 47 2E
Octal 311 272 42 0 7 123 25 67 107 56
Binary 11001001 10111010 100010 0 111 1010011 10101 110111 1000111 101110

Color Harmonies of #C9BA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BA22

Black with #C9BA22

Text Example


Text Example

White with #C9BA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BA22; }

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

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

background-color css

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

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

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

border-color css

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

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

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