Html Css Color HEX #C2B821 Bird Flower

📋 copy color: '#C2B821'

red 194 ◦ green 184 ◦ blue 33

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

Shades of Bird Flower #C2B821

Tints of Bird Flower #C2B821

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.77%

 BLUE value IS 33 (13.28% from 255) = 8.03%

R = 47.2%
G = 44.77%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C2B821 (or 0xC2B821) is known color: Bird Flower. HEX triplet: C2, B8 and 21. RGB value is (194,184,33). Sum of RGB (Red+Green+Blue) = 194+184+33=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B821 is #3D47DE. Grayscale: #AAAAAA. Windows color (decimal): -4016095 or 2209986. OLE color: 2209986.

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

Color convert

RGB 194 184 33 -
CMYK 0 0.05 0.83 0.24
HSL 56.27º 0.71% 0.45% -
HSV(B) 56.27º 0.83% 0.76% -
XYZ 39.66 45.86 8.2 -
YUV 169.78 50.81 145.28 -
System Red Green Blue C M Y K H S L
Decimal 194 184 33 0 0.05 0.83 0.24 56.27 0.71 0.45
Hex C2 B8 21 0 5 53 18 38 47 2D
Octal 302 270 41 0 5 123 30 70 107 55
Binary 11000010 10111000 100001 0 101 1010011 11000 111000 1000111 101101

Color Harmonies of #C2B821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B821

Black with #C2B821

Text Example


Text Example

White with #C2B821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B821; }

 p { color: rgb(194,184,33); }

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

background-color css

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

 a { background-color: rgb(194,184,33); }

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

border-color css

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

 span { border-color: rgb(194,184,33); }

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