Html Css Color HEX #C2BE2E Barberry

📋 copy color: '#C2BE2E'

red 194 ◦ green 190 ◦ blue 46

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

Shades of Barberry #C2BE2E

Tints of Barberry #C2BE2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.7%

R = 45.12%
G = 44.19%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2BE2E (or 0xC2BE2E) is known color: Barberry. HEX triplet: C2, BE and 2E. RGB value is (194,190,46). Sum of RGB (Red+Green+Blue) = 194+190+46=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 46 (18.36% from 255 or 10.70% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE2E is #3D41D1. Grayscale: #AFAFAF. Windows color (decimal): -4014546 or 3063490. OLE color: 3063490.

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

Color convert

RGB 194 190 46 -
CMYK 0 0.02 0.76 0.24
HSL 58.38º 0.62% 0.47% -
HSV(B) 58.38º 0.76% 0.76% -
XYZ 41.15 48.49 9.78 -
YUV 174.78 55.33 141.71 -
System Red Green Blue C M Y K H S L
Decimal 194 190 46 0 0.02 0.76 0.24 58.38 0.62 0.47
Hex C2 BE 2E 0 2 4C 18 3A 3E 2F
Octal 302 276 56 0 2 114 30 72 76 57
Binary 11000010 10111110 101110 0 10 1001100 11000 111010 111110 101111

Color Harmonies of #C2BE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE2E

Black with #C2BE2E

Text Example


Text Example

White with #C2BE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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