Html Css Color HEX #C3BA29 Barberry

📋 copy color: '#C3BA29'

red 195 ◦ green 186 ◦ blue 41

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

Shades of Barberry #C3BA29

Tints of Barberry #C3BA29

RGB

 RED value IS 195 (76.56% from 255) = 46.21%

 GREEN value IS 186 (73.05% from 255) = 44.08%

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

R = 46.21%
G = 44.08%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C3BA29 (or 0xC3BA29) is known color: Barberry. HEX triplet: C3, BA and 29. RGB value is (195,186,41). Sum of RGB (Red+Green+Blue) = 195+186+41=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 41 (16.41% from 255 or 9.72% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA29 is #3C45D6. Grayscale: #ACACAC. Windows color (decimal): -3950039 or 2734787. OLE color: 2734787.

HSL color Cylindrical-coordinate representation of color #C3BA29: hue angle of 56.49º 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 #C3BA29 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 186 41 -
CMYK 0 0.05 0.79 0.24
HSL 56.49º 0.65% 0.46% -
HSV(B) 56.49º 0.79% 0.76% -
XYZ 40.46 46.88 9.01 -
YUV 172.16 53.98 144.29 -
System Red Green Blue C M Y K H S L
Decimal 195 186 41 0 0.05 0.79 0.24 56.49 0.65 0.46
Hex C3 BA 29 0 5 4F 18 38 41 2E
Octal 303 272 51 0 5 117 30 70 101 56
Binary 11000011 10111010 101001 0 101 1001111 11000 111000 1000001 101110

Color Harmonies of #C3BA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA29

Black with #C3BA29

Text Example


Text Example

White with #C3BA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA29; }

 p { color: rgb(195,186,41); }

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

background-color css

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

 a { background-color: rgb(195,186,41); }

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

border-color css

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

 span { border-color: rgb(195,186,41); }

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