Html Css Color HEX #C5C81F Barberry

📋 copy color: '#C5C81F'

red 197 ◦ green 200 ◦ blue 31

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

Shades of Barberry #C5C81F

Tints of Barberry #C5C81F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.24%

R = 46.03%
G = 46.73%
B = 7.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C5C81F (or 0xC5C81F) is known color: Barberry. HEX triplet: C5, C8 and 1F. RGB value is (197,200,31). Sum of RGB (Red+Green+Blue) = 197+200+31=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 200 (78.52% from 255 or 46.73% from 428); Blue value is 31 (12.5% from 255 or 7.24% from 428); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C81F is #3A37E0. Grayscale: #B4B4B4. Windows color (decimal): -3815393 or 2083013. OLE color: 2083013.

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

Color convert

RGB 197 200 31 -
CMYK 0.02 0 0.84 0.22
HSL 61.07º 0.73% 0.45% -
HSV(B) 61.07º 0.85% 0.78% -
XYZ 43.93 53.28 9.26 -
YUV 179.84 44.01 140.24 -
System Red Green Blue C M Y K H S L
Decimal 197 200 31 0.02 0 0.84 0.22 61.07 0.73 0.45
Hex C5 C8 1F 2 0 54 16 3D 49 2D
Octal 305 310 37 2 0 124 26 75 111 55
Binary 11000101 11001000 11111 10 0 1010100 10110 111101 1001001 101101

Color Harmonies of #C5C81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C81F

Black with #C5C81F

Text Example


Text Example

White with #C5C81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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