Html Css Color HEX #C9BA23 Bird Flower

📋 copy color: '#C9BA23'

red 201 ◦ green 186 ◦ blue 35

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

Shades of Bird Flower #C9BA23

Tints of Bird Flower #C9BA23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.29%

R = 47.63%
G = 44.08%
B = 8.29%

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

#C9BA23 (or 0xC9BA23) is known color: Bird Flower. HEX triplet: C9, BA and 23. RGB value is (201,186,35). Sum of RGB (Red+Green+Blue) = 201+186+35=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 35 (14.06% from 255 or 8.29% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BA23 is #3645DC. Grayscale: #ADADAD. Windows color (decimal): -3556829 or 2341577. OLE color: 2341577.

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

Color convert

RGB 201 186 35 -
CMYK 0 0.07 0.83 0.21
HSL 54.58º 0.7% 0.46% -
HSV(B) 54.58º 0.83% 0.79% -
XYZ 41.95 47.66 8.58 -
YUV 173.27 49.97 147.78 -
System Red Green Blue C M Y K H S L
Decimal 201 186 35 0 0.07 0.83 0.21 54.58 0.7 0.46
Hex C9 BA 23 0 7 53 15 37 46 2E
Octal 311 272 43 0 7 123 25 67 106 56
Binary 11001001 10111010 100011 0 111 1010011 10101 110111 1000110 101110

Color Harmonies of #C9BA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BA23

Black with #C9BA23

Text Example


Text Example

White with #C9BA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BA23; }

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

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

background-color css

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

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

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

border-color css

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

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

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