Html Css Color HEX #C5C71E Barberry

📋 copy color: '#C5C71E'

red 197 ◦ green 199 ◦ blue 30

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

Shades of Barberry #C5C71E

Tints of Barberry #C5C71E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.71%

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

R = 46.24%
G = 46.71%
B = 7.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C5C71E (or 0xC5C71E) is known color: Barberry. HEX triplet: C5, C7 and 1E. RGB value is (197,199,30). Sum of RGB (Red+Green+Blue) = 197+199+30=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 30 (12.11% from 255 or 7.04% from 426); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C71E is #3A38E1. Grayscale: #B3B3B3. Windows color (decimal): -3815650 or 2017221. OLE color: 2017221.

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

Color convert

RGB 197 199 30 -
CMYK 0.01 0 0.85 0.22
HSL 60.71º 0.74% 0.45% -
HSV(B) 60.71º 0.85% 0.78% -
XYZ 43.68 52.81 9.12 -
YUV 179.14 43.84 140.74 -
System Red Green Blue C M Y K H S L
Decimal 197 199 30 0.01 0 0.85 0.22 60.71 0.74 0.45
Hex C5 C7 1E 1 0 55 16 3D 4A 2D
Octal 305 307 36 1 0 125 26 75 112 55
Binary 11000101 11000111 11110 1 0 1010101 10110 111101 1001010 101101

Color Harmonies of #C5C71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C71E

Black with #C5C71E

Text Example


Text Example

White with #C5C71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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