Html Css Color HEX #C2B619 Bird Flower

📋 copy color: '#C2B619'

red 194 ◦ green 182 ◦ blue 25

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

Shades of Bird Flower #C2B619

Tints of Bird Flower #C2B619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.39%

 BLUE value IS 25 (10.16% from 255) = 6.23%

R = 48.38%
G = 45.39%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2B619 (or 0xC2B619) is known color: Bird Flower. HEX triplet: C2, B6 and 19. RGB value is (194,182,25). Sum of RGB (Red+Green+Blue) = 194+182+25=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B619 is #3D49E6. Grayscale: #A8A8A8. Windows color (decimal): -4016615 or 1685186. OLE color: 1685186.

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

Color convert

RGB 194 182 25 -
CMYK 0 0.06 0.87 0.24
HSL 55.74º 0.77% 0.43% -
HSV(B) 55.74º 0.87% 0.76% -
XYZ 39.15 45 7.54 -
YUV 167.69 47.48 146.77 -
System Red Green Blue C M Y K H S L
Decimal 194 182 25 0 0.06 0.87 0.24 55.74 0.77 0.43
Hex C2 B6 19 0 6 57 18 38 4D 2B
Octal 302 266 31 0 6 127 30 70 115 53
Binary 11000010 10110110 11001 0 110 1010111 11000 111000 1001101 101011

Color Harmonies of #C2B619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B619

Black with #C2B619

Text Example


Text Example

White with #C2B619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B619; }

 p { color: rgb(194,182,25); }

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

background-color css

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

 a { background-color: rgb(194,182,25); }

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

border-color css

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

 span { border-color: rgb(194,182,25); }

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