Html Css Color HEX #C2B617 Bird Flower

📋 copy color: '#C2B617'

red 194 ◦ green 182 ◦ blue 23

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

Shades of Bird Flower #C2B617

Tints of Bird Flower #C2B617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.76%

R = 48.62%
G = 45.61%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C2B617 (or 0xC2B617) is known color: Bird Flower. HEX triplet: C2, B6 and 17. RGB value is (194,182,23). Sum of RGB (Red+Green+Blue) = 194+182+23=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B617 is #3D49E8. Grayscale: #A8A8A8. Windows color (decimal): -4016617 or 1554114. OLE color: 1554114.

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

Color convert

RGB 194 182 23 -
CMYK 0 0.06 0.88 0.24
HSL 55.79º 0.79% 0.43% -
HSV(B) 55.79º 0.88% 0.76% -
XYZ 39.13 44.99 7.43 -
YUV 167.46 46.48 146.93 -
System Red Green Blue C M Y K H S L
Decimal 194 182 23 0 0.06 0.88 0.24 55.79 0.79 0.43
Hex C2 B6 17 0 6 58 18 38 4F 2B
Octal 302 266 27 0 6 130 30 70 117 53
Binary 11000010 10110110 10111 0 110 1011000 11000 111000 1001111 101011

Color Harmonies of #C2B617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B617

Black with #C2B617

Text Example


Text Example

White with #C2B617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B617; }

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

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

background-color css

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

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

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

border-color css

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

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

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