Html Css Color HEX #C2BE2A Barberry

📋 copy color: '#C2BE2A'

red 194 ◦ green 190 ◦ blue 42

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

Shades of Barberry #C2BE2A

Tints of Barberry #C2BE2A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.6%

 BLUE value IS 42 (16.8% from 255) = 9.86%

R = 45.54%
G = 44.6%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2BE2A (or 0xC2BE2A) is known color: Barberry. HEX triplet: C2, BE and 2A. RGB value is (194,190,42). Sum of RGB (Red+Green+Blue) = 194+190+42=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE2A is #3D41D5. Grayscale: #AEAEAE. Windows color (decimal): -4014550 or 2801346. OLE color: 2801346.

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

Color convert

RGB 194 190 42 -
CMYK 0 0.02 0.78 0.24
HSL 58.42º 0.64% 0.46% -
HSV(B) 58.42º 0.78% 0.76% -
XYZ 41.08 48.46 9.38 -
YUV 174.32 53.33 142.03 -
System Red Green Blue C M Y K H S L
Decimal 194 190 42 0 0.02 0.78 0.24 58.42 0.64 0.46
Hex C2 BE 2A 0 2 4E 18 3A 40 2E
Octal 302 276 52 0 2 116 30 72 100 56
Binary 11000010 10111110 101010 0 10 1001110 11000 111010 1000000 101110

Color Harmonies of #C2BE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE2A

Black with #C2BE2A

Text Example


Text Example

White with #C2BE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE2A; }

 p { color: rgb(194,190,42); }

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

background-color css

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

 a { background-color: rgb(194,190,42); }

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

border-color css

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

 span { border-color: rgb(194,190,42); }

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