Html Css Color HEX #C6BC22 Bird Flower

📋 copy color: '#C6BC22'

red 198 ◦ green 188 ◦ blue 34

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

Shades of Bird Flower #C6BC22

Tints of Bird Flower #C6BC22

RGB

 RED value IS 198 (77.73% from 255) = 47.14%

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

 BLUE value IS 34 (13.67% from 255) = 8.1%

R = 47.14%
G = 44.76%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C6BC22 (or 0xC6BC22) is known color: Bird Flower. HEX triplet: C6, BC and 22. RGB value is (198,188,34). Sum of RGB (Red+Green+Blue) = 198+188+34=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 34 (13.67% from 255 or 8.10% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BC22 is #3943DD. Grayscale: #AEAEAE. Windows color (decimal): -3752926 or 2276550. OLE color: 2276550.

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

Color convert

RGB 198 188 34 -
CMYK 0 0.05 0.83 0.22
HSL 56.34º 0.71% 0.45% -
HSV(B) 56.34º 0.83% 0.78% -
XYZ 41.56 48.09 8.6 -
YUV 173.43 49.31 145.52 -
System Red Green Blue C M Y K H S L
Decimal 198 188 34 0 0.05 0.83 0.22 56.34 0.71 0.45
Hex C6 BC 22 0 5 53 16 38 47 2D
Octal 306 274 42 0 5 123 26 70 107 55
Binary 11000110 10111100 100010 0 101 1010011 10110 111000 1000111 101101

Color Harmonies of #C6BC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BC22

Black with #C6BC22

Text Example


Text Example

White with #C6BC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BC22; }

 p { color: rgb(198,188,34); }

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

background-color css

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

 a { background-color: rgb(198,188,34); }

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

border-color css

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

 span { border-color: rgb(198,188,34); }

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