Html Css Color HEX #C2BC28 Barberry

📋 copy color: '#C2BC28'

red 194 ◦ green 188 ◦ blue 40

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

Shades of Barberry #C2BC28

Tints of Barberry #C2BC28

RGB

 RED value IS 194 (76.17% from 255) = 45.97%

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

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

R = 45.97%
G = 44.55%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C2BC28 (or 0xC2BC28) is known color: Barberry. HEX triplet: C2, BC and 28. RGB value is (194,188,40). Sum of RGB (Red+Green+Blue) = 194+188+40=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC28 is #3D43D7. Grayscale: #ADADAD. Windows color (decimal): -4015064 or 2669762. OLE color: 2669762.

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

Color convert

RGB 194 188 40 -
CMYK 0 0.03 0.79 0.24
HSL 57.66º 0.66% 0.46% -
HSV(B) 57.66º 0.79% 0.76% -
XYZ 40.61 47.59 9.05 -
YUV 172.92 52.99 143.03 -
System Red Green Blue C M Y K H S L
Decimal 194 188 40 0 0.03 0.79 0.24 57.66 0.66 0.46
Hex C2 BC 28 0 3 4F 18 3A 42 2E
Octal 302 274 50 0 3 117 30 72 102 56
Binary 11000010 10111100 101000 0 11 1001111 11000 111010 1000010 101110

Color Harmonies of #C2BC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC28

Black with #C2BC28

Text Example


Text Example

White with #C2BC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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