Html Css Color HEX #C5C81E Barberry

📋 copy color: '#C5C81E'

red 197 ◦ green 200 ◦ blue 30

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

Shades of Barberry #C5C81E

Tints of Barberry #C5C81E

RGB

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

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

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

R = 46.14%
G = 46.84%
B = 7.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C5C81E (or 0xC5C81E) is known color: Barberry. HEX triplet: C5, C8 and 1E. RGB value is (197,200,30). Sum of RGB (Red+Green+Blue) = 197+200+30=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C81E is #3A37E1. Grayscale: #B4B4B4. Windows color (decimal): -3815394 or 2017477. OLE color: 2017477.

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

Color convert

RGB 197 200 30 -
CMYK 0.02 0 0.85 0.22
HSL 61.06º 0.74% 0.45% -
HSV(B) 61.06º 0.85% 0.78% -
XYZ 43.91 53.27 9.2 -
YUV 179.72 43.51 140.32 -
System Red Green Blue C M Y K H S L
Decimal 197 200 30 0.02 0 0.85 0.22 61.06 0.74 0.45
Hex C5 C8 1E 2 0 55 16 3D 4A 2D
Octal 305 310 36 2 0 125 26 75 112 55
Binary 11000101 11001000 11110 10 0 1010101 10110 111101 1001010 101101

Color Harmonies of #C5C81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C81E

Black with #C5C81E

Text Example


Text Example

White with #C5C81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C81E; }

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

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

background-color css

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

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

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

border-color css

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

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

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