Html Css Color HEX #C4BD18 Bird Flower

📋 copy color: '#C4BD18'

red 196 ◦ green 189 ◦ blue 24

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

Shades of Bird Flower #C4BD18

Tints of Bird Flower #C4BD18

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.21%

 BLUE value IS 24 (9.77% from 255) = 5.87%

R = 47.92%
G = 46.21%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C4BD18 (or 0xC4BD18) is known color: Bird Flower. HEX triplet: C4, BD and 18. RGB value is (196,189,24). Sum of RGB (Red+Green+Blue) = 196+189+24=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 24 (9.77% from 255 or 5.87% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BD18 is #3B42E7. Grayscale: #ACACAC. Windows color (decimal): -3883752 or 1621444. OLE color: 1621444.

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

Color convert

RGB 196 189 24 -
CMYK 0 0.04 0.88 0.23
HSL 57.56º 0.78% 0.43% -
HSV(B) 57.56º 0.88% 0.77% -
XYZ 41.13 48.2 8 -
YUV 172.28 44.32 144.92 -
System Red Green Blue C M Y K H S L
Decimal 196 189 24 0 0.04 0.88 0.23 57.56 0.78 0.43
Hex C4 BD 18 0 4 58 17 3A 4E 2B
Octal 304 275 30 0 4 130 27 72 116 53
Binary 11000100 10111101 11000 0 100 1011000 10111 111010 1001110 101011

Color Harmonies of #C4BD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BD18

Black with #C4BD18

Text Example


Text Example

White with #C4BD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BD18; }

 p { color: rgb(196,189,24); }

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

background-color css

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

 a { background-color: rgb(196,189,24); }

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

border-color css

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

 span { border-color: rgb(196,189,24); }

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