Html Css Color HEX #C4C228 Barberry

📋 copy color: '#C4C228'

red 196 ◦ green 194 ◦ blue 40

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

Shades of Barberry #C4C228

Tints of Barberry #C4C228

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.12%

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

R = 45.58%
G = 45.12%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C4C228 (or 0xC4C228) is known color: Barberry. HEX triplet: C4, C2 and 28. RGB value is (196,194,40). Sum of RGB (Red+Green+Blue) = 196+194+40=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C228 is #3B3DD7. Grayscale: #B1B1B1. Windows color (decimal): -3882456 or 2671300. OLE color: 2671300.

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

Color convert

RGB 196 194 40 -
CMYK 0 0.01 0.80 0.23
HSL 59.23º 0.66% 0.46% -
HSV(B) 59.23º 0.8% 0.77% -
XYZ 42.44 50.47 9.51 -
YUV 177.04 50.66 141.52 -
System Red Green Blue C M Y K H S L
Decimal 196 194 40 0 0.01 0.80 0.23 59.23 0.66 0.46
Hex C4 C2 28 0 1 50 17 3B 42 2E
Octal 304 302 50 0 1 120 27 73 102 56
Binary 11000100 11000010 101000 0 1 1010000 10111 111011 1000010 101110

Color Harmonies of #C4C228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C228

Black with #C4C228

Text Example


Text Example

White with #C4C228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C228; }

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

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

background-color css

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

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

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

border-color css

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

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

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