Html Css Color HEX #C3BA26 Barberry

📋 copy color: '#C3BA26'

red 195 ◦ green 186 ◦ blue 38

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

Shades of Barberry #C3BA26

Tints of Barberry #C3BA26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.07%

R = 46.54%
G = 44.39%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C3BA26 (or 0xC3BA26) is known color: Barberry. HEX triplet: C3, BA and 26. RGB value is (195,186,38). Sum of RGB (Red+Green+Blue) = 195+186+38=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA26 is #3C45D9. Grayscale: #ACACAC. Windows color (decimal): -3950042 or 2538179. OLE color: 2538179.

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

Color convert

RGB 195 186 38 -
CMYK 0 0.05 0.81 0.24
HSL 56.56º 0.67% 0.46% -
HSV(B) 56.56º 0.81% 0.76% -
XYZ 40.41 46.86 8.75 -
YUV 171.82 52.48 144.53 -
System Red Green Blue C M Y K H S L
Decimal 195 186 38 0 0.05 0.81 0.24 56.56 0.67 0.46
Hex C3 BA 26 0 5 51 18 39 43 2E
Octal 303 272 46 0 5 121 30 71 103 56
Binary 11000011 10111010 100110 0 101 1010001 11000 111001 1000011 101110

Color Harmonies of #C3BA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA26

Black with #C3BA26

Text Example


Text Example

White with #C3BA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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