Html Css Color HEX #C3B926 Barberry

📋 copy color: '#C3B926'

red 195 ◦ green 185 ◦ blue 38

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

Shades of Barberry #C3B926

Tints of Barberry #C3B926

RGB

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

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

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

R = 46.65%
G = 44.26%
B = 9.09%

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

#C3B926 (or 0xC3B926) is known color: Barberry. HEX triplet: C3, B9 and 26. RGB value is (195,185,38). Sum of RGB (Red+Green+Blue) = 195+185+38=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 38 (15.23% from 255 or 9.09% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B926 is #3C46D9. Grayscale: #ABABAB. Windows color (decimal): -3950298 or 2537923. OLE color: 2537923.

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

Color convert

RGB 195 185 38 -
CMYK 0 0.05 0.81 0.24
HSL 56.18º 0.67% 0.46% -
HSV(B) 56.18º 0.81% 0.76% -
XYZ 40.2 46.44 8.68 -
YUV 171.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 195 185 38 0 0.05 0.81 0.24 56.18 0.67 0.46
Hex C3 B9 26 0 5 51 18 38 43 2E
Octal 303 271 46 0 5 121 30 70 103 56
Binary 11000011 10111001 100110 0 101 1010001 11000 111000 1000011 101110

Color Harmonies of #C3B926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B926

Black with #C3B926

Text Example


Text Example

White with #C3B926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B926; }

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

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

background-color css

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

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

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

border-color css

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

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

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