Html Css Color HEX #C4BA25 Barberry

📋 copy color: '#C4BA25'

red 196 ◦ green 186 ◦ blue 37

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

Shades of Barberry #C4BA25

Tints of Barberry #C4BA25

RGB

 RED value IS 196 (76.95% from 255) = 46.78%

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

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

R = 46.78%
G = 44.39%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C4BA25 (or 0xC4BA25) is known color: Barberry. HEX triplet: C4, BA and 25. RGB value is (196,186,37). Sum of RGB (Red+Green+Blue) = 196+186+37=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA25 is #3B45DA. Grayscale: #ACACAC. Windows color (decimal): -3884507 or 2472644. OLE color: 2472644.

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

Color convert

RGB 196 186 37 -
CMYK 0 0.05 0.81 0.23
HSL 56.23º 0.68% 0.46% -
HSV(B) 56.23º 0.81% 0.77% -
XYZ 40.66 46.99 8.68 -
YUV 172 51.81 145.12 -
System Red Green Blue C M Y K H S L
Decimal 196 186 37 0 0.05 0.81 0.23 56.23 0.68 0.46
Hex C4 BA 25 0 5 51 17 38 44 2E
Octal 304 272 45 0 5 121 27 70 104 56
Binary 11000100 10111010 100101 0 101 1010001 10111 111000 1000100 101110

Color Harmonies of #C4BA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA25

Black with #C4BA25

Text Example


Text Example

White with #C4BA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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