Html Css Color HEX #C2BD2D Barberry

📋 copy color: '#C2BD2D'

red 194 ◦ green 189 ◦ blue 45

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

Shades of Barberry #C2BD2D

Tints of Barberry #C2BD2D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.16%

 BLUE value IS 45 (17.97% from 255) = 10.51%

R = 45.33%
G = 44.16%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2BD2D (or 0xC2BD2D) is known color: Barberry. HEX triplet: C2, BD and 2D. RGB value is (194,189,45). Sum of RGB (Red+Green+Blue) = 194+189+45=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD2D is #3D42D2. Grayscale: #AEAEAE. Windows color (decimal): -4014803 or 2997698. OLE color: 2997698.

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

Color convert

RGB 194 189 45 -
CMYK 0 0.03 0.77 0.24
HSL 57.99º 0.62% 0.47% -
HSV(B) 57.99º 0.77% 0.76% -
XYZ 40.92 48.05 9.6 -
YUV 174.08 55.16 142.21 -
System Red Green Blue C M Y K H S L
Decimal 194 189 45 0 0.03 0.77 0.24 57.99 0.62 0.47
Hex C2 BD 2D 0 3 4D 18 3A 3E 2F
Octal 302 275 55 0 3 115 30 72 76 57
Binary 11000010 10111101 101101 0 11 1001101 11000 111010 111110 101111

Color Harmonies of #C2BD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD2D

Black with #C2BD2D

Text Example


Text Example

White with #C2BD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD2D; }

 p { color: rgb(194,189,45); }

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

background-color css

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

 a { background-color: rgb(194,189,45); }

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

border-color css

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

 span { border-color: rgb(194,189,45); }

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