Html Css Color HEX #C2B517 Bird Flower

📋 copy color: '#C2B517'

red 194 ◦ green 181 ◦ blue 23

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

Shades of Bird Flower #C2B517

Tints of Bird Flower #C2B517

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.48%

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

R = 48.74%
G = 45.48%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C2B517 (or 0xC2B517) is known color: Bird Flower. HEX triplet: C2, B5 and 17. RGB value is (194,181,23). Sum of RGB (Red+Green+Blue) = 194+181+23=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 23 (9.38% from 255 or 5.78% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B517 is #3D4AE8. Grayscale: #A7A7A7. Windows color (decimal): -4016873 or 1553858. OLE color: 1553858.

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

Color convert

RGB 194 181 23 -
CMYK 0 0.07 0.88 0.24
HSL 55.44º 0.79% 0.43% -
HSV(B) 55.44º 0.88% 0.76% -
XYZ 38.93 44.58 7.36 -
YUV 166.88 46.81 147.35 -
System Red Green Blue C M Y K H S L
Decimal 194 181 23 0 0.07 0.88 0.24 55.44 0.79 0.43
Hex C2 B5 17 0 7 58 18 37 4F 2B
Octal 302 265 27 0 7 130 30 67 117 53
Binary 11000010 10110101 10111 0 111 1011000 11000 110111 1001111 101011

Color Harmonies of #C2B517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B517

Black with #C2B517

Text Example


Text Example

White with #C2B517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B517; }

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

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

background-color css

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

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

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

border-color css

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

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

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