Html Css Color HEX #C5BA23 Bird Flower

📋 copy color: '#C5BA23'

red 197 ◦ green 186 ◦ blue 35

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

Shades of Bird Flower #C5BA23

Tints of Bird Flower #C5BA23

RGB

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

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

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

R = 47.13%
G = 44.5%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C5BA23 (or 0xC5BA23) is known color: Bird Flower. HEX triplet: C5, BA and 23. RGB value is (197,186,35). Sum of RGB (Red+Green+Blue) = 197+186+35=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA23 is #3A45DC. Grayscale: #ACACAC. Windows color (decimal): -3818973 or 2341573. OLE color: 2341573.

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

Color convert

RGB 197 186 35 -
CMYK 0 0.06 0.82 0.23
HSL 55.93º 0.7% 0.45% -
HSV(B) 55.93º 0.82% 0.77% -
XYZ 40.89 47.11 8.53 -
YUV 172.08 50.64 145.78 -
System Red Green Blue C M Y K H S L
Decimal 197 186 35 0 0.06 0.82 0.23 55.93 0.7 0.45
Hex C5 BA 23 0 6 52 17 38 46 2D
Octal 305 272 43 0 6 122 27 70 106 55
Binary 11000101 10111010 100011 0 110 1010010 10111 111000 1000110 101101

Color Harmonies of #C5BA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA23

Black with #C5BA23

Text Example


Text Example

White with #C5BA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA23; }

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

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

background-color css

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

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

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

border-color css

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

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

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