Html Css Color HEX #C5BA25 Barberry

📋 copy color: '#C5BA25'

red 197 ◦ green 186 ◦ blue 37

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

Shades of Barberry #C5BA25

Tints of Barberry #C5BA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.81%

R = 46.9%
G = 44.29%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C5BA25 (or 0xC5BA25) is known color: Barberry. HEX triplet: C5, BA and 25. RGB value is (197,186,37). Sum of RGB (Red+Green+Blue) = 197+186+37=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA25 is #3A45DA. Grayscale: #ACACAC. Windows color (decimal): -3818971 or 2472645. OLE color: 2472645.

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

Color convert

RGB 197 186 37 -
CMYK 0 0.06 0.81 0.23
HSL 55.88º 0.68% 0.46% -
HSV(B) 55.88º 0.81% 0.77% -
XYZ 40.92 47.12 8.69 -
YUV 172.3 51.64 145.62 -
System Red Green Blue C M Y K H S L
Decimal 197 186 37 0 0.06 0.81 0.23 55.88 0.68 0.46
Hex C5 BA 25 0 6 51 17 38 44 2E
Octal 305 272 45 0 6 121 27 70 104 56
Binary 11000101 10111010 100101 0 110 1010001 10111 111000 1000100 101110

Color Harmonies of #C5BA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA25

Black with #C5BA25

Text Example


Text Example

White with #C5BA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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