Html Css Color HEX #C2BB1D Bird Flower

📋 copy color: '#C2BB1D'

red 194 ◦ green 187 ◦ blue 29

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

Shades of Bird Flower #C2BB1D

Tints of Bird Flower #C2BB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.07%

R = 47.32%
G = 45.61%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2BB1D (or 0xC2BB1D) is known color: Bird Flower. HEX triplet: C2, BB and 1D. RGB value is (194,187,29). Sum of RGB (Red+Green+Blue) = 194+187+29=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB1D is #3D44E2. Grayscale: #ABABAB. Windows color (decimal): -4015331 or 1948610. OLE color: 1948610.

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

Color convert

RGB 194 187 29 -
CMYK 0 0.04 0.85 0.24
HSL 57.45º 0.74% 0.44% -
HSV(B) 57.45º 0.85% 0.76% -
XYZ 40.24 47.1 8.13 -
YUV 171.08 47.82 144.35 -
System Red Green Blue C M Y K H S L
Decimal 194 187 29 0 0.04 0.85 0.24 57.45 0.74 0.44
Hex C2 BB 1D 0 4 55 18 39 4A 2C
Octal 302 273 35 0 4 125 30 71 112 54
Binary 11000010 10111011 11101 0 100 1010101 11000 111001 1001010 101100

Color Harmonies of #C2BB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB1D

Black with #C2BB1D

Text Example


Text Example

White with #C2BB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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