Html Css Color HEX #C5C825 Barberry

📋 copy color: '#C5C825'

red 197 ◦ green 200 ◦ blue 37

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

Shades of Barberry #C5C825

Tints of Barberry #C5C825

RGB

 RED value IS 197 (77.34% from 255) = 45.39%

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

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

R = 45.39%
G = 46.08%
B = 8.53%

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

#C5C825 (or 0xC5C825) is known color: Barberry. HEX triplet: C5, C8 and 25. RGB value is (197,200,37). Sum of RGB (Red+Green+Blue) = 197+200+37=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 37 (14.84% from 255 or 8.53% from 434); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C825 is #3A37DA. Grayscale: #B5B5B5. Windows color (decimal): -3815387 or 2476229. OLE color: 2476229.

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

Color convert

RGB 197 200 37 -
CMYK 0.02 0 0.82 0.22
HSL 61.1º 0.69% 0.46% -
HSV(B) 61.1º 0.82% 0.78% -
XYZ 44.01 53.31 9.72 -
YUV 180.52 47.01 139.75 -
System Red Green Blue C M Y K H S L
Decimal 197 200 37 0.02 0 0.82 0.22 61.1 0.69 0.46
Hex C5 C8 25 2 0 52 16 3D 45 2E
Octal 305 310 45 2 0 122 26 75 105 56
Binary 11000101 11001000 100101 10 0 1010010 10110 111101 1000101 101110

Color Harmonies of #C5C825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C825

Black with #C5C825

Text Example


Text Example

White with #C5C825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C825; }

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

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

background-color css

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

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

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

border-color css

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

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

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