Html Css Color HEX #C4B926 Barberry

📋 copy color: '#C4B926'

red 196 ◦ green 185 ◦ blue 38

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

Shades of Barberry #C4B926

Tints of Barberry #C4B926

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.15%

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

R = 46.78%
G = 44.15%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C4B926 (or 0xC4B926) is known color: Barberry. HEX triplet: C4, B9 and 26. RGB value is (196,185,38). Sum of RGB (Red+Green+Blue) = 196+185+38=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B926 is #3B46D9. Grayscale: #ACACAC. Windows color (decimal): -3884762 or 2537924. OLE color: 2537924.

HSL color Cylindrical-coordinate representation of color #C4B926: hue angle of 55.82º 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 #C4B926 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 185 38 -
CMYK 0 0.06 0.81 0.23
HSL 55.82º 0.68% 0.46% -
HSV(B) 55.82º 0.81% 0.77% -
XYZ 40.46 46.57 8.69 -
YUV 171.53 52.64 145.45 -
System Red Green Blue C M Y K H S L
Decimal 196 185 38 0 0.06 0.81 0.23 55.82 0.68 0.46
Hex C4 B9 26 0 6 51 17 38 44 2E
Octal 304 271 46 0 6 121 27 70 104 56
Binary 11000100 10111001 100110 0 110 1010001 10111 111000 1000100 101110

Color Harmonies of #C4B926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B926

Black with #C4B926

Text Example


Text Example

White with #C4B926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B926; }

 p { color: rgb(196,185,38); }

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

background-color css

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

 a { background-color: rgb(196,185,38); }

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

border-color css

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

 span { border-color: rgb(196,185,38); }

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