Html Css Color HEX #C2BB21 Bird Flower

📋 copy color: '#C2BB21'

red 194 ◦ green 187 ◦ blue 33

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

Shades of Bird Flower #C2BB21

Tints of Bird Flower #C2BB21

RGB

 RED value IS 194 (76.17% from 255) = 46.86%

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

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

R = 46.86%
G = 45.17%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C2BB21 (or 0xC2BB21) is known color: Bird Flower. HEX triplet: C2, BB and 21. RGB value is (194,187,33). Sum of RGB (Red+Green+Blue) = 194+187+33=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 33 (13.28% from 255 or 7.97% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB21 is #3D44DE. Grayscale: #ACACAC. Windows color (decimal): -4015327 or 2210754. OLE color: 2210754.

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

Color convert

RGB 194 187 33 -
CMYK 0 0.04 0.83 0.24
HSL 57.39º 0.71% 0.45% -
HSV(B) 57.39º 0.83% 0.76% -
XYZ 40.29 47.12 8.41 -
YUV 171.54 49.82 144.02 -
System Red Green Blue C M Y K H S L
Decimal 194 187 33 0 0.04 0.83 0.24 57.39 0.71 0.45
Hex C2 BB 21 0 4 53 18 39 47 2D
Octal 302 273 41 0 4 123 30 71 107 55
Binary 11000010 10111011 100001 0 100 1010011 11000 111001 1000111 101101

Color Harmonies of #C2BB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB21

Black with #C2BB21

Text Example


Text Example

White with #C2BB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB21; }

 p { color: rgb(194,187,33); }

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

background-color css

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

 a { background-color: rgb(194,187,33); }

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

border-color css

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

 span { border-color: rgb(194,187,33); }

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