Html Css Color HEX #C7BD18 Bird Flower

📋 copy color: '#C7BD18'

red 199 ◦ green 189 ◦ blue 24

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

Shades of Bird Flower #C7BD18

Tints of Bird Flower #C7BD18

RGB

 RED value IS 199 (78.13% from 255) = 48.3%

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

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

R = 48.3%
G = 45.87%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C7BD18 (or 0xC7BD18) is known color: Bird Flower. HEX triplet: C7, BD and 18. RGB value is (199,189,24). Sum of RGB (Red+Green+Blue) = 199+189+24=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 24 (9.77% from 255 or 5.83% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BD18 is #3842E7. Grayscale: #ADADAD. Windows color (decimal): -3687144 or 1621447. OLE color: 1621447.

HSL color Cylindrical-coordinate representation of color #C7BD18: hue angle of 56.57º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7BD18 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 189 24 -
CMYK 0 0.05 0.88 0.22
HSL 56.57º 0.78% 0.44% -
HSV(B) 56.57º 0.88% 0.78% -
XYZ 41.92 48.6 8.04 -
YUV 173.18 43.81 146.42 -
System Red Green Blue C M Y K H S L
Decimal 199 189 24 0 0.05 0.88 0.22 56.57 0.78 0.44
Hex C7 BD 18 0 5 58 16 39 4E 2C
Octal 307 275 30 0 5 130 26 71 116 54
Binary 11000111 10111101 11000 0 101 1011000 10110 111001 1001110 101100

Color Harmonies of #C7BD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BD18

Black with #C7BD18

Text Example


Text Example

White with #C7BD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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