Html Css Color HEX #C8BA21 Bird Flower

📋 copy color: '#C8BA21'

red 200 ◦ green 186 ◦ blue 33

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

Shades of Bird Flower #C8BA21

Tints of Bird Flower #C8BA21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.88%

R = 47.73%
G = 44.39%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8BA21 (or 0xC8BA21) is known color: Bird Flower. HEX triplet: C8, BA and 21. RGB value is (200,186,33). Sum of RGB (Red+Green+Blue) = 200+186+33=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA21 is #3745DE. Grayscale: #ADADAD. Windows color (decimal): -3622367 or 2210504. OLE color: 2210504.

HSL color Cylindrical-coordinate representation of color #C8BA21: hue angle of 54.97º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8BA21 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 186 33 -
CMYK 0 0.07 0.84 0.22
HSL 54.97º 0.72% 0.46% -
HSV(B) 54.97º 0.84% 0.78% -
XYZ 41.65 47.51 8.41 -
YUV 172.74 49.14 147.44 -
System Red Green Blue C M Y K H S L
Decimal 200 186 33 0 0.07 0.84 0.22 54.97 0.72 0.46
Hex C8 BA 21 0 7 54 16 37 48 2E
Octal 310 272 41 0 7 124 26 67 110 56
Binary 11001000 10111010 100001 0 111 1010100 10110 110111 1001000 101110

Color Harmonies of #C8BA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BA21

Black with #C8BA21

Text Example


Text Example

White with #C8BA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BA21; }

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

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

background-color css

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

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

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

border-color css

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

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

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