Html Css Color HEX #C8BA17 Bird Flower

📋 copy color: '#C8BA17'

red 200 ◦ green 186 ◦ blue 23

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

Shades of Bird Flower #C8BA17

Tints of Bird Flower #C8BA17

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.48%

 BLUE value IS 23 (9.38% from 255) = 5.62%

R = 48.9%
G = 45.48%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C8BA17 (or 0xC8BA17) is known color: Bird Flower. HEX triplet: C8, BA and 17. RGB value is (200,186,23). Sum of RGB (Red+Green+Blue) = 200+186+23=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 23 (9.38% from 255 or 5.62% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BA17 is #3745E8. Grayscale: #ACACAC. Windows color (decimal): -3622377 or 1555144. OLE color: 1555144.

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

Color convert

RGB 200 186 23 -
CMYK 0 0.07 0.88 0.22
HSL 55.25º 0.79% 0.44% -
HSV(B) 55.25º 0.89% 0.78% -
XYZ 41.53 47.46 7.78 -
YUV 171.6 44.14 148.25 -
System Red Green Blue C M Y K H S L
Decimal 200 186 23 0 0.07 0.88 0.22 55.25 0.79 0.44
Hex C8 BA 17 0 7 58 16 37 4F 2C
Octal 310 272 27 0 7 130 26 67 117 54
Binary 11001000 10111010 10111 0 111 1011000 10110 110111 1001111 101100

Color Harmonies of #C8BA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BA17

Black with #C8BA17

Text Example


Text Example

White with #C8BA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BA17; }

 p { color: rgb(200,186,23); }

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

background-color css

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

 a { background-color: rgb(200,186,23); }

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

border-color css

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

 span { border-color: rgb(200,186,23); }

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