Html Css Color HEX #C4B41B Bird Flower

📋 copy color: '#C4B41B'

red 196 ◦ green 180 ◦ blue 27

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

Shades of Bird Flower #C4B41B

Tints of Bird Flower #C4B41B

RGB

 RED value IS 196 (76.95% from 255) = 48.64%

 GREEN value IS 180 (70.7% from 255) = 44.67%

 BLUE value IS 27 (10.94% from 255) = 6.7%

R = 48.64%
G = 44.67%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4B41B (or 0xC4B41B) is known color: Bird Flower. HEX triplet: C4, B4 and 1B. RGB value is (196,180,27). Sum of RGB (Red+Green+Blue) = 196+180+27=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B41B is #3B4BE4. Grayscale: #A7A7A7. Windows color (decimal): -3886053 or 1815748. OLE color: 1815748.

HSL color Cylindrical-coordinate representation of color #C4B41B: hue angle of 54.32º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4B41B is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 180 27 -
CMYK 0 0.08 0.86 0.23
HSL 54.32º 0.76% 0.44% -
HSV(B) 54.32º 0.86% 0.77% -
XYZ 39.28 44.46 7.55 -
YUV 167.34 48.8 148.44 -
System Red Green Blue C M Y K H S L
Decimal 196 180 27 0 0.08 0.86 0.23 54.32 0.76 0.44
Hex C4 B4 1B 0 8 56 17 36 4C 2C
Octal 304 264 33 0 10 126 27 66 114 54
Binary 11000100 10110100 11011 0 1000 1010110 10111 110110 1001100 101100

Color Harmonies of #C4B41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B41B

Black with #C4B41B

Text Example


Text Example

White with #C4B41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B41B; }

 p { color: rgb(196,180,27); }

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

background-color css

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

 a { background-color: rgb(196,180,27); }

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

border-color css

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

 span { border-color: rgb(196,180,27); }

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