Html Css Color HEX #C4C526 Barberry

📋 copy color: '#C4C526'

red 196 ◦ green 197 ◦ blue 38

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

Shades of Barberry #C4C526

Tints of Barberry #C4C526

RGB

 RED value IS 196 (76.95% from 255) = 45.48%

 GREEN value IS 197 (77.34% from 255) = 45.71%

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

R = 45.48%
G = 45.71%
B = 8.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C4C526 (or 0xC4C526) is known color: Barberry. HEX triplet: C4, C5 and 26. RGB value is (196,197,38). Sum of RGB (Red+Green+Blue) = 196+197+38=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 38 (15.23% from 255 or 8.82% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C526 is #3B3AD9. Grayscale: #B3B3B3. Windows color (decimal): -3881690 or 2540996. OLE color: 2540996.

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

Color convert

RGB 196 197 38 -
CMYK 0.01 0 0.81 0.23
HSL 60.38º 0.68% 0.46% -
HSV(B) 60.38º 0.81% 0.77% -
XYZ 43.08 51.81 9.56 -
YUV 178.58 48.67 140.43 -
System Red Green Blue C M Y K H S L
Decimal 196 197 38 0.01 0 0.81 0.23 60.38 0.68 0.46
Hex C4 C5 26 1 0 51 17 3C 44 2E
Octal 304 305 46 1 0 121 27 74 104 56
Binary 11000100 11000101 100110 1 0 1010001 10111 111100 1000100 101110

Color Harmonies of #C4C526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C526

Black with #C4C526

Text Example


Text Example

White with #C4C526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C526; }

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

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

background-color css

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

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

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

border-color css

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

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

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