Html Css Color HEX #C4C428 Barberry

📋 copy color: '#C4C428'

red 196 ◦ green 196 ◦ blue 40

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

Shades of Barberry #C4C428

Tints of Barberry #C4C428

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.37%

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

R = 45.37%
G = 45.37%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C4C428 (or 0xC4C428) is known color: Barberry. HEX triplet: C4, C4 and 28. RGB value is (196,196,40). Sum of RGB (Red+Green+Blue) = 196+196+40=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 196 - color contains mainly: red, green. Hex color #C4C428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C428 is #3B3BD7. Grayscale: #B2B2B2. Windows color (decimal): -3881944 or 2671812. OLE color: 2671812.

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

Color convert

RGB 196 196 40 -
CMYK 0 0 0.80 0.23
HSL 60º 0.66% 0.46% -
HSV(B) 60º 0.8% 0.77% -
XYZ 42.89 51.37 9.66 -
YUV 178.22 50 140.68 -
System Red Green Blue C M Y K H S L
Decimal 196 196 40 0 0 0.80 0.23 60 0.66 0.46
Hex C4 C4 28 0 0 50 17 3C 42 2E
Octal 304 304 50 0 0 120 27 74 102 56
Binary 11000100 11000100 101000 0 0 1010000 10111 111100 1000010 101110

Color Harmonies of #C4C428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C428

Black with #C4C428

Text Example


Text Example

White with #C4C428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C428; }

 p { color: rgb(196,196,40); }

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

background-color css

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

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

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

border-color css

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

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

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