Html Css Color HEX #C2BC25 Barberry

📋 copy color: '#C2BC25'

red 194 ◦ green 188 ◦ blue 37

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

Shades of Barberry #C2BC25

Tints of Barberry #C2BC25

RGB

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

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

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

R = 46.3%
G = 44.87%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C2BC25 (or 0xC2BC25) is known color: Barberry. HEX triplet: C2, BC and 25. RGB value is (194,188,37). Sum of RGB (Red+Green+Blue) = 194+188+37=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC25 is #3D43DA. Grayscale: #ADADAD. Windows color (decimal): -4015067 or 2473154. OLE color: 2473154.

HSL color Cylindrical-coordinate representation of color #C2BC25: hue angle of 57.71º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2BC25 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 188 37 -
CMYK 0 0.03 0.81 0.24
HSL 57.71º 0.68% 0.45% -
HSV(B) 57.71º 0.81% 0.76% -
XYZ 40.57 47.57 8.79 -
YUV 172.58 51.49 143.28 -
System Red Green Blue C M Y K H S L
Decimal 194 188 37 0 0.03 0.81 0.24 57.71 0.68 0.45
Hex C2 BC 25 0 3 51 18 3A 44 2D
Octal 302 274 45 0 3 121 30 72 104 55
Binary 11000010 10111100 100101 0 11 1010001 11000 111010 1000100 101101

Color Harmonies of #C2BC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC25

Black with #C2BC25

Text Example


Text Example

White with #C2BC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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