Html Css Color HEX #C5BA22 Bird Flower

📋 copy color: '#C5BA22'

red 197 ◦ green 186 ◦ blue 34

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

Shades of Bird Flower #C5BA22

Tints of Bird Flower #C5BA22

RGB

 RED value IS 197 (77.34% from 255) = 47.24%

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

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

R = 47.24%
G = 44.6%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C5BA22 (or 0xC5BA22) is known color: Bird Flower. HEX triplet: C5, BA and 22. RGB value is (197,186,34). Sum of RGB (Red+Green+Blue) = 197+186+34=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 34 (13.67% from 255 or 8.15% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA22 is #3A45DD. Grayscale: #ACACAC. Windows color (decimal): -3818974 or 2276037. OLE color: 2276037.

HSL color Cylindrical-coordinate representation of color #C5BA22: hue angle of 55.95º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5BA22 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 186 34 -
CMYK 0 0.06 0.83 0.23
HSL 55.95º 0.71% 0.45% -
HSV(B) 55.95º 0.83% 0.77% -
XYZ 40.87 47.1 8.45 -
YUV 171.96 50.14 145.86 -
System Red Green Blue C M Y K H S L
Decimal 197 186 34 0 0.06 0.83 0.23 55.95 0.71 0.45
Hex C5 BA 22 0 6 53 17 38 47 2D
Octal 305 272 42 0 6 123 27 70 107 55
Binary 11000101 10111010 100010 0 110 1010011 10111 111000 1000111 101101

Color Harmonies of #C5BA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA22

Black with #C5BA22

Text Example


Text Example

White with #C5BA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA22; }

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

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

background-color css

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

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

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

border-color css

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

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

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