Html Css Color HEX #C4C321 Barberry

📋 copy color: '#C4C321'

red 196 ◦ green 195 ◦ blue 33

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

Shades of Barberry #C4C321

Tints of Barberry #C4C321

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.99%

 BLUE value IS 33 (13.28% from 255) = 7.78%

R = 46.23%
G = 45.99%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C4C321 (or 0xC4C321) is known color: Barberry. HEX triplet: C4, C3 and 21. RGB value is (196,195,33). Sum of RGB (Red+Green+Blue) = 196+195+33=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 33 (13.28% from 255 or 7.78% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C321 is #3B3CDE. Grayscale: #B1B1B1. Windows color (decimal): -3882207 or 2212804. OLE color: 2212804.

HSL color Cylindrical-coordinate representation of color #C4C321: hue angle of 59.63º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4C321 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 195 33 -
CMYK 0 0.01 0.83 0.23
HSL 59.63º 0.71% 0.45% -
HSV(B) 59.63º 0.83% 0.77% -
XYZ 42.55 50.88 9.02 -
YUV 176.83 46.83 141.67 -
System Red Green Blue C M Y K H S L
Decimal 196 195 33 0 0.01 0.83 0.23 59.63 0.71 0.45
Hex C4 C3 21 0 1 53 17 3C 47 2D
Octal 304 303 41 0 1 123 27 74 107 55
Binary 11000100 11000011 100001 0 1 1010011 10111 111100 1000111 101101

Color Harmonies of #C4C321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C321

Black with #C4C321

Text Example


Text Example

White with #C4C321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C321; }

 p { color: rgb(196,195,33); }

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

background-color css

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

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

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

border-color css

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

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

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