Html Css Color HEX #C5C41E Barberry

📋 copy color: '#C5C41E'

red 197 ◦ green 196 ◦ blue 30

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

Shades of Barberry #C5C41E

Tints of Barberry #C5C41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.09%

R = 46.57%
G = 46.34%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5C41E (or 0xC5C41E) is known color: Barberry. HEX triplet: C5, C4 and 1E. RGB value is (197,196,30). Sum of RGB (Red+Green+Blue) = 197+196+30=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 30 (12.11% from 255 or 7.09% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C41E is #3A3BE1. Grayscale: #B2B2B2. Windows color (decimal): -3816418 or 2016453. OLE color: 2016453.

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

Color convert

RGB 197 196 30 -
CMYK 0 0.01 0.85 0.23
HSL 59.64º 0.74% 0.45% -
HSV(B) 59.64º 0.85% 0.77% -
XYZ 43 51.44 8.89 -
YUV 177.38 44.83 142 -
System Red Green Blue C M Y K H S L
Decimal 197 196 30 0 0.01 0.85 0.23 59.64 0.74 0.45
Hex C5 C4 1E 0 1 55 17 3C 4A 2D
Octal 305 304 36 0 1 125 27 74 112 55
Binary 11000101 11000100 11110 0 1 1010101 10111 111100 1001010 101101

Color Harmonies of #C5C41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C41E

Black with #C5C41E

Text Example


Text Example

White with #C5C41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C41E; }

 p { color: rgb(197,196,30); }

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

background-color css

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

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

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

border-color css

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

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

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