Html Css Color HEX #C3BC28 Barberry

📋 copy color: '#C3BC28'

red 195 ◦ green 188 ◦ blue 40

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

Shades of Barberry #C3BC28

Tints of Barberry #C3BC28

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.44%

 BLUE value IS 40 (16.02% from 255) = 9.46%

R = 46.1%
G = 44.44%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C3BC28 (or 0xC3BC28) is known color: Barberry. HEX triplet: C3, BC and 28. RGB value is (195,188,40). Sum of RGB (Red+Green+Blue) = 195+188+40=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC28 is #3C43D7. Grayscale: #ADADAD. Windows color (decimal): -3949528 or 2669763. OLE color: 2669763.

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

Color convert

RGB 195 188 40 -
CMYK 0 0.04 0.79 0.24
HSL 57.29º 0.66% 0.46% -
HSV(B) 57.29º 0.79% 0.76% -
XYZ 40.87 47.72 9.06 -
YUV 173.22 52.82 143.53 -
System Red Green Blue C M Y K H S L
Decimal 195 188 40 0 0.04 0.79 0.24 57.29 0.66 0.46
Hex C3 BC 28 0 4 4F 18 39 42 2E
Octal 303 274 50 0 4 117 30 71 102 56
Binary 11000011 10111100 101000 0 100 1001111 11000 111001 1000010 101110

Color Harmonies of #C3BC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC28

Black with #C3BC28

Text Example


Text Example

White with #C3BC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC28; }

 p { color: rgb(195,188,40); }

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

background-color css

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

 a { background-color: rgb(195,188,40); }

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

border-color css

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

 span { border-color: rgb(195,188,40); }

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