Html Css Color HEX #C5B928 Barberry

📋 copy color: '#C5B928'

red 197 ◦ green 185 ◦ blue 40

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

Shades of Barberry #C5B928

Tints of Barberry #C5B928

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.84%

 BLUE value IS 40 (16.02% from 255) = 9.48%

R = 46.68%
G = 43.84%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C5B928 (or 0xC5B928) is known color: Barberry. HEX triplet: C5, B9 and 28. RGB value is (197,185,40). Sum of RGB (Red+Green+Blue) = 197+185+40=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B928 is #3A46D7. Grayscale: #ACACAC. Windows color (decimal): -3819224 or 2668997. OLE color: 2668997.

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

Color convert

RGB 197 185 40 -
CMYK 0 0.06 0.80 0.23
HSL 55.41º 0.66% 0.46% -
HSV(B) 55.41º 0.8% 0.77% -
XYZ 40.76 46.72 8.88 -
YUV 172.06 53.48 145.79 -
System Red Green Blue C M Y K H S L
Decimal 197 185 40 0 0.06 0.80 0.23 55.41 0.66 0.46
Hex C5 B9 28 0 6 50 17 37 42 2E
Octal 305 271 50 0 6 120 27 67 102 56
Binary 11000101 10111001 101000 0 110 1010000 10111 110111 1000010 101110

Color Harmonies of #C5B928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B928

Black with #C5B928

Text Example


Text Example

White with #C5B928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B928; }

 p { color: rgb(197,185,40); }

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

background-color css

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

 a { background-color: rgb(197,185,40); }

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

border-color css

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

 span { border-color: rgb(197,185,40); }

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