Html Css Color HEX #C4C825 Barberry

📋 copy color: '#C4C825'

red 196 ◦ green 200 ◦ blue 37

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

Shades of Barberry #C4C825

Tints of Barberry #C4C825

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.19%

 BLUE value IS 37 (14.84% from 255) = 8.55%

R = 45.27%
G = 46.19%
B = 8.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C4C825 (or 0xC4C825) is known color: Barberry. HEX triplet: C4, C8 and 25. RGB value is (196,200,37). Sum of RGB (Red+Green+Blue) = 196+200+37=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 37 (14.84% from 255 or 8.55% from 433); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C825 is #3B37DA. Grayscale: #B4B4B4. Windows color (decimal): -3880923 or 2476228. OLE color: 2476228.

HSL color Cylindrical-coordinate representation of color #C4C825: hue angle of 61.47º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4C825 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 200 37 -
CMYK 0.02 0 0.82 0.22
HSL 61.47º 0.69% 0.46% -
HSV(B) 61.47º 0.82% 0.78% -
XYZ 43.75 53.18 9.71 -
YUV 180.22 47.17 139.25 -
System Red Green Blue C M Y K H S L
Decimal 196 200 37 0.02 0 0.82 0.22 61.47 0.69 0.46
Hex C4 C8 25 2 0 52 16 3D 45 2E
Octal 304 310 45 2 0 122 26 75 105 56
Binary 11000100 11001000 100101 10 0 1010010 10110 111101 1000101 101110

Color Harmonies of #C4C825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C825

Black with #C4C825

Text Example


Text Example

White with #C4C825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C825; }

 p { color: rgb(196,200,37); }

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

background-color css

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

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

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

border-color css

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

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

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