Html Css Color HEX #C7BB22 Bird Flower

📋 copy color: '#C7BB22'

red 199 ◦ green 187 ◦ blue 34

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

Shades of Bird Flower #C7BB22

Tints of Bird Flower #C7BB22

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.52%

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

R = 47.38%
G = 44.52%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C7BB22 (or 0xC7BB22) is known color: Bird Flower. HEX triplet: C7, BB and 22. RGB value is (199,187,34). Sum of RGB (Red+Green+Blue) = 199+187+34=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 34 (13.67% from 255 or 8.10% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BB22 is #3844DD. Grayscale: #ADADAD. Windows color (decimal): -3687646 or 2276295. OLE color: 2276295.

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

Color convert

RGB 199 187 34 -
CMYK 0 0.06 0.83 0.22
HSL 55.64º 0.71% 0.46% -
HSV(B) 55.64º 0.83% 0.78% -
XYZ 41.61 47.8 8.55 -
YUV 173.15 49.48 146.44 -
System Red Green Blue C M Y K H S L
Decimal 199 187 34 0 0.06 0.83 0.22 55.64 0.71 0.46
Hex C7 BB 22 0 6 53 16 38 47 2E
Octal 307 273 42 0 6 123 26 70 107 56
Binary 11000111 10111011 100010 0 110 1010011 10110 111000 1000111 101110

Color Harmonies of #C7BB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BB22

Black with #C7BB22

Text Example


Text Example

White with #C7BB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BB22; }

 p { color: rgb(199,187,34); }

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

background-color css

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

 a { background-color: rgb(199,187,34); }

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

border-color css

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

 span { border-color: rgb(199,187,34); }

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