Html Css Color HEX #C2BC29 Barberry

📋 copy color: '#C2BC29'

red 194 ◦ green 188 ◦ blue 41

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

Shades of Barberry #C2BC29

Tints of Barberry #C2BC29

RGB

 RED value IS 194 (76.17% from 255) = 45.86%

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

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

R = 45.86%
G = 44.44%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C2BC29 (or 0xC2BC29) is known color: Barberry. HEX triplet: C2, BC and 29. RGB value is (194,188,41). Sum of RGB (Red+Green+Blue) = 194+188+41=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC29 is #3D43D6. Grayscale: #ADADAD. Windows color (decimal): -4015063 or 2735298. OLE color: 2735298.

HSL color Cylindrical-coordinate representation of color #C2BC29: hue angle of 57.65º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2BC29 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 188 41 -
CMYK 0 0.03 0.79 0.24
HSL 57.65º 0.65% 0.46% -
HSV(B) 57.65º 0.79% 0.76% -
XYZ 40.63 47.6 9.14 -
YUV 173.04 53.49 142.95 -
System Red Green Blue C M Y K H S L
Decimal 194 188 41 0 0.03 0.79 0.24 57.65 0.65 0.46
Hex C2 BC 29 0 3 4F 18 3A 41 2E
Octal 302 274 51 0 3 117 30 72 101 56
Binary 11000010 10111100 101001 0 11 1001111 11000 111010 1000001 101110

Color Harmonies of #C2BC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC29

Black with #C2BC29

Text Example


Text Example

White with #C2BC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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