Html Css Color HEX #C4C026 Barberry

📋 copy color: '#C4C026'

red 196 ◦ green 192 ◦ blue 38

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

Shades of Barberry #C4C026

Tints of Barberry #C4C026

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.07%

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

R = 46.01%
G = 45.07%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C4C026 (or 0xC4C026) is known color: Barberry. HEX triplet: C4, C0 and 26. RGB value is (196,192,38). Sum of RGB (Red+Green+Blue) = 196+192+38=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C026 is #3B3FD9. Grayscale: #B0B0B0. Windows color (decimal): -3882970 or 2539716. OLE color: 2539716.

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

Color convert

RGB 196 192 38 -
CMYK 0 0.02 0.81 0.23
HSL 58.48º 0.68% 0.46% -
HSV(B) 58.48º 0.81% 0.77% -
XYZ 41.96 49.57 9.19 -
YUV 175.64 50.33 142.52 -
System Red Green Blue C M Y K H S L
Decimal 196 192 38 0 0.02 0.81 0.23 58.48 0.68 0.46
Hex C4 C0 26 0 2 51 17 3A 44 2E
Octal 304 300 46 0 2 121 27 72 104 56
Binary 11000100 11000000 100110 0 10 1010001 10111 111010 1000100 101110

Color Harmonies of #C4C026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C026

Black with #C4C026

Text Example


Text Example

White with #C4C026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C026; }

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

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

background-color css

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

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

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

border-color css

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

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

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