Html Css Color HEX #C1B921 Bird Flower

📋 copy color: '#C1B921'

red 193 ◦ green 185 ◦ blue 33

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

Shades of Bird Flower #C1B921

Tints of Bird Flower #C1B921

RGB

 RED value IS 193 (75.78% from 255) = 46.96%

 GREEN value IS 185 (72.66% from 255) = 45.01%

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

R = 46.96%
G = 45.01%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C1B921 (or 0xC1B921) is known color: Bird Flower. HEX triplet: C1, B9 and 21. RGB value is (193,185,33). Sum of RGB (Red+Green+Blue) = 193+185+33=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B921 is #3E46DE. Grayscale: #AAAAAA. Windows color (decimal): -4081375 or 2210241. OLE color: 2210241.

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

Color convert

RGB 193 185 33 -
CMYK 0 0.04 0.83 0.24
HSL 57º 0.71% 0.44% -
HSV(B) 57º 0.83% 0.76% -
XYZ 39.62 46.15 8.26 -
YUV 170.06 50.65 144.36 -
System Red Green Blue C M Y K H S L
Decimal 193 185 33 0 0.04 0.83 0.24 57 0.71 0.44
Hex C1 B9 21 0 4 53 18 39 47 2C
Octal 301 271 41 0 4 123 30 71 107 54
Binary 11000001 10111001 100001 0 100 1010011 11000 111001 1000111 101100

Color Harmonies of #C1B921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B921

Black with #C1B921

Text Example


Text Example

White with #C1B921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B921; }

 p { color: rgb(193,185,33); }

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

background-color css

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

 a { background-color: rgb(193,185,33); }

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

border-color css

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

 span { border-color: rgb(193,185,33); }

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