Html Css Color HEX #C4BD1B Bird Flower

📋 copy color: '#C4BD1B'

red 196 ◦ green 189 ◦ blue 27

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

Shades of Bird Flower #C4BD1B

Tints of Bird Flower #C4BD1B

RGB

 RED value IS 196 (76.95% from 255) = 47.57%

 GREEN value IS 189 (74.22% from 255) = 45.87%

 BLUE value IS 27 (10.94% from 255) = 6.55%

R = 47.57%
G = 45.87%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4BD1B (or 0xC4BD1B) is known color: Bird Flower. HEX triplet: C4, BD and 1B. RGB value is (196,189,27). Sum of RGB (Red+Green+Blue) = 196+189+27=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BD1B is #3B42E4. Grayscale: #ADADAD. Windows color (decimal): -3883749 or 1818052. OLE color: 1818052.

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

Color convert

RGB 196 189 27 -
CMYK 0 0.04 0.86 0.23
HSL 57.51º 0.76% 0.44% -
HSV(B) 57.51º 0.86% 0.77% -
XYZ 41.16 48.21 8.17 -
YUV 172.63 45.82 144.67 -
System Red Green Blue C M Y K H S L
Decimal 196 189 27 0 0.04 0.86 0.23 57.51 0.76 0.44
Hex C4 BD 1B 0 4 56 17 3A 4C 2C
Octal 304 275 33 0 4 126 27 72 114 54
Binary 11000100 10111101 11011 0 100 1010110 10111 111010 1001100 101100

Color Harmonies of #C4BD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BD1B

Black with #C4BD1B

Text Example


Text Example

White with #C4BD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BD1B; }

 p { color: rgb(196,189,27); }

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

background-color css

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

 a { background-color: rgb(196,189,27); }

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

border-color css

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

 span { border-color: rgb(196,189,27); }

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