Html Css Color HEX #C2BF2E Barberry

📋 copy color: '#C2BF2E'

red 194 ◦ green 191 ◦ blue 46

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

Shades of Barberry #C2BF2E

Tints of Barberry #C2BF2E

RGB

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

 GREEN value IS 191 (75% from 255) = 44.32%

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

R = 45.01%
G = 44.32%
B = 10.67%

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

#C2BF2E (or 0xC2BF2E) is known color: Barberry. HEX triplet: C2, BF and 2E. RGB value is (194,191,46). Sum of RGB (Red+Green+Blue) = 194+191+46=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 46 (18.36% from 255 or 10.67% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF2E is #3D40D1. Grayscale: #AFAFAF. Windows color (decimal): -4014290 or 3063746. OLE color: 3063746.

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

Color convert

RGB 194 191 46 -
CMYK 0 0.02 0.76 0.24
HSL 58.78º 0.62% 0.47% -
HSV(B) 58.78º 0.76% 0.76% -
XYZ 41.37 48.93 9.85 -
YUV 175.37 54.99 141.29 -
System Red Green Blue C M Y K H S L
Decimal 194 191 46 0 0.02 0.76 0.24 58.78 0.62 0.47
Hex C2 BF 2E 0 2 4C 18 3B 3E 2F
Octal 302 277 56 0 2 114 30 73 76 57
Binary 11000010 10111111 101110 0 10 1001100 11000 111011 111110 101111

Color Harmonies of #C2BF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF2E

Black with #C2BF2E

Text Example


Text Example

White with #C2BF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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