Html Css Color HEX #C5B926 Barberry

📋 copy color: '#C5B926'

red 197 ◦ green 185 ◦ blue 38

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

Shades of Barberry #C5B926

Tints of Barberry #C5B926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.05%

R = 46.9%
G = 44.05%
B = 9.05%

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

#C5B926 (or 0xC5B926) is known color: Barberry. HEX triplet: C5, B9 and 26. RGB value is (197,185,38). Sum of RGB (Red+Green+Blue) = 197+185+38=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 38 (15.23% from 255 or 9.05% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B926 is #3A46D9. Grayscale: #ACACAC. Windows color (decimal): -3819226 or 2537925. OLE color: 2537925.

HSL color Cylindrical-coordinate representation of color #C5B926: hue angle of 55.47º 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 #C5B926 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 185 38 -
CMYK 0 0.06 0.81 0.23
HSL 55.47º 0.68% 0.46% -
HSV(B) 55.47º 0.81% 0.77% -
XYZ 40.72 46.71 8.7 -
YUV 171.83 52.48 145.95 -
System Red Green Blue C M Y K H S L
Decimal 197 185 38 0 0.06 0.81 0.23 55.47 0.68 0.46
Hex C5 B9 26 0 6 51 17 37 44 2E
Octal 305 271 46 0 6 121 27 67 104 56
Binary 11000101 10111001 100110 0 110 1010001 10111 110111 1000100 101110

Color Harmonies of #C5B926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B926

Black with #C5B926

Text Example


Text Example

White with #C5B926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B926; }

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

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

background-color css

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

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

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

border-color css

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

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

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