Html Css Color HEX #C6BD2C Barberry

📋 copy color: '#C6BD2C'

red 198 ◦ green 189 ◦ blue 44

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

Shades of Barberry #C6BD2C

Tints of Barberry #C6BD2C

RGB

 RED value IS 198 (77.73% from 255) = 45.94%

 GREEN value IS 189 (74.22% from 255) = 43.85%

 BLUE value IS 44 (17.58% from 255) = 10.21%

R = 45.94%
G = 43.85%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6BD2C (or 0xC6BD2C) is known color: Barberry. HEX triplet: C6, BD and 2C. RGB value is (198,189,44). Sum of RGB (Red+Green+Blue) = 198+189+44=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BD2C is #3942D3. Grayscale: #AFAFAF. Windows color (decimal): -3752660 or 2932166. OLE color: 2932166.

HSL color Cylindrical-coordinate representation of color #C6BD2C: hue angle of 56.49º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6BD2C is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 189 44 -
CMYK 0 0.05 0.78 0.22
HSL 56.49º 0.64% 0.47% -
HSV(B) 56.49º 0.78% 0.78% -
XYZ 41.94 48.58 9.55 -
YUV 175.16 53.98 144.29 -
System Red Green Blue C M Y K H S L
Decimal 198 189 44 0 0.05 0.78 0.22 56.49 0.64 0.47
Hex C6 BD 2C 0 5 4E 16 38 40 2F
Octal 306 275 54 0 5 116 26 70 100 57
Binary 11000110 10111101 101100 0 101 1001110 10110 111000 1000000 101111

Color Harmonies of #C6BD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BD2C

Black with #C6BD2C

Text Example


Text Example

White with #C6BD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BD2C; }

 p { color: rgb(198,189,44); }

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

background-color css

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

 a { background-color: rgb(198,189,44); }

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

border-color css

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

 span { border-color: rgb(198,189,44); }

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