Html Css Color HEX #C4BC1E Bird Flower

📋 copy color: '#C4BC1E'

red 196 ◦ green 188 ◦ blue 30

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

Shades of Bird Flower #C4BC1E

Tints of Bird Flower #C4BC1E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.41%

 BLUE value IS 30 (12.11% from 255) = 7.25%

R = 47.34%
G = 45.41%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4BC1E (or 0xC4BC1E) is known color: Bird Flower. HEX triplet: C4, BC and 1E. RGB value is (196,188,30). Sum of RGB (Red+Green+Blue) = 196+188+30=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC1E is #3B43E1. Grayscale: #ADADAD. Windows color (decimal): -3884002 or 2014404. OLE color: 2014404.

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

Color convert

RGB 196 188 30 -
CMYK 0 0.04 0.85 0.23
HSL 57.11º 0.73% 0.44% -
HSV(B) 57.11º 0.85% 0.77% -
XYZ 40.98 47.8 8.29 -
YUV 172.38 47.65 144.85 -
System Red Green Blue C M Y K H S L
Decimal 196 188 30 0 0.04 0.85 0.23 57.11 0.73 0.44
Hex C4 BC 1E 0 4 55 17 39 49 2C
Octal 304 274 36 0 4 125 27 71 111 54
Binary 11000100 10111100 11110 0 100 1010101 10111 111001 1001001 101100

Color Harmonies of #C4BC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC1E

Black with #C4BC1E

Text Example


Text Example

White with #C4BC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC1E; }

 p { color: rgb(196,188,30); }

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

background-color css

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

 a { background-color: rgb(196,188,30); }

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

border-color css

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

 span { border-color: rgb(196,188,30); }

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