Html Css Color HEX #C1BA25 Barberry

📋 copy color: '#C1BA25'

red 193 ◦ green 186 ◦ blue 37

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

Shades of Barberry #C1BA25

Tints of Barberry #C1BA25

RGB

 RED value IS 193 (75.78% from 255) = 46.39%

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

 BLUE value IS 37 (14.84% from 255) = 8.89%

R = 46.39%
G = 44.71%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C1BA25 (or 0xC1BA25) is known color: Barberry. HEX triplet: C1, BA and 25. RGB value is (193,186,37). Sum of RGB (Red+Green+Blue) = 193+186+37=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BA25 is #3E45DA. Grayscale: #ABABAB. Windows color (decimal): -4081115 or 2472641. OLE color: 2472641.

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

Color convert

RGB 193 186 37 -
CMYK 0 0.04 0.81 0.24
HSL 57.31º 0.68% 0.45% -
HSV(B) 57.31º 0.81% 0.76% -
XYZ 39.89 46.59 8.64 -
YUV 171.11 52.32 143.62 -
System Red Green Blue C M Y K H S L
Decimal 193 186 37 0 0.04 0.81 0.24 57.31 0.68 0.45
Hex C1 BA 25 0 4 51 18 39 44 2D
Octal 301 272 45 0 4 121 30 71 104 55
Binary 11000001 10111010 100101 0 100 1010001 11000 111001 1000100 101101

Color Harmonies of #C1BA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BA25

Black with #C1BA25

Text Example


Text Example

White with #C1BA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BA25; }

 p { color: rgb(193,186,37); }

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

background-color css

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

 a { background-color: rgb(193,186,37); }

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

border-color css

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

 span { border-color: rgb(193,186,37); }

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