Html Css Color HEX #C8BC18 Bird Flower

📋 copy color: '#C8BC18'

red 200 ◦ green 188 ◦ blue 24

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

Shades of Bird Flower #C8BC18

Tints of Bird Flower #C8BC18

RGB

 RED value IS 200 (78.52% from 255) = 48.54%

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

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

R = 48.54%
G = 45.63%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C8BC18 (or 0xC8BC18) is known color: Bird Flower. HEX triplet: C8, BC and 18. RGB value is (200,188,24). Sum of RGB (Red+Green+Blue) = 200+188+24=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 24 (9.77% from 255 or 5.83% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BC18 is #3743E7. Grayscale: #ADADAD. Windows color (decimal): -3621864 or 1621192. OLE color: 1621192.

HSL color Cylindrical-coordinate representation of color #C8BC18: hue angle of 55.91º degrees, saturation: 0.79, 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 #C8BC18 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 188 24 -
CMYK 0 0.06 0.88 0.22
HSL 55.91º 0.79% 0.44% -
HSV(B) 55.91º 0.88% 0.78% -
XYZ 41.97 48.31 7.98 -
YUV 172.89 43.98 147.34 -
System Red Green Blue C M Y K H S L
Decimal 200 188 24 0 0.06 0.88 0.22 55.91 0.79 0.44
Hex C8 BC 18 0 6 58 16 38 4F 2C
Octal 310 274 30 0 6 130 26 70 117 54
Binary 11001000 10111100 11000 0 110 1011000 10110 111000 1001111 101100

Color Harmonies of #C8BC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC18

Black with #C8BC18

Text Example


Text Example

White with #C8BC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC18; }

 p { color: rgb(200,188,24); }

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

background-color css

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

 a { background-color: rgb(200,188,24); }

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

border-color css

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

 span { border-color: rgb(200,188,24); }

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