Html Css Color HEX #C6BC29 Barberry

📋 copy color: '#C6BC29'

red 198 ◦ green 188 ◦ blue 41

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

Shades of Barberry #C6BC29

Tints of Barberry #C6BC29

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.03%

 BLUE value IS 41 (16.41% from 255) = 9.6%

R = 46.37%
G = 44.03%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6BC29 (or 0xC6BC29) is known color: Barberry. HEX triplet: C6, BC and 29. RGB value is (198,188,41). Sum of RGB (Red+Green+Blue) = 198+188+41=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BC29 is #3943D6. Grayscale: #AEAEAE. Windows color (decimal): -3752919 or 2735302. OLE color: 2735302.

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

Color convert

RGB 198 188 41 -
CMYK 0 0.05 0.79 0.22
HSL 56.18º 0.66% 0.47% -
HSV(B) 56.18º 0.79% 0.78% -
XYZ 41.67 48.13 9.19 -
YUV 174.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 198 188 41 0 0.05 0.79 0.22 56.18 0.66 0.47
Hex C6 BC 29 0 5 4F 16 38 42 2F
Octal 306 274 51 0 5 117 26 70 102 57
Binary 11000110 10111100 101001 0 101 1001111 10110 111000 1000010 101111

Color Harmonies of #C6BC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BC29

Black with #C6BC29

Text Example


Text Example

White with #C6BC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BC29; }

 p { color: rgb(198,188,41); }

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

background-color css

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

 a { background-color: rgb(198,188,41); }

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

border-color css

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

 span { border-color: rgb(198,188,41); }

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