Html Css Color HEX #C4BF1B Bird Flower

📋 copy color: '#C4BF1B'

red 196 ◦ green 191 ◦ blue 27

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

Shades of Bird Flower #C4BF1B

Tints of Bird Flower #C4BF1B

RGB

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

 GREEN value IS 191 (75% from 255) = 46.14%

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

R = 47.34%
G = 46.14%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4BF1B (or 0xC4BF1B) is known color: Bird Flower. HEX triplet: C4, BF and 1B. RGB value is (196,191,27). Sum of RGB (Red+Green+Blue) = 196+191+27=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 27 (10.94% from 255 or 6.52% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BF1B is #3B40E4. Grayscale: #AEAEAE. Windows color (decimal): -3883237 or 1818564. OLE color: 1818564.

HSL color Cylindrical-coordinate representation of color #C4BF1B: hue angle of 58.22º 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 #C4BF1B is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 191 27 -
CMYK 0 0.03 0.86 0.23
HSL 58.22º 0.76% 0.44% -
HSV(B) 58.22º 0.86% 0.77% -
XYZ 41.59 49.08 8.32 -
YUV 173.8 45.16 143.84 -
System Red Green Blue C M Y K H S L
Decimal 196 191 27 0 0.03 0.86 0.23 58.22 0.76 0.44
Hex C4 BF 1B 0 3 56 17 3A 4C 2C
Octal 304 277 33 0 3 126 27 72 114 54
Binary 11000100 10111111 11011 0 11 1010110 10111 111010 1001100 101100

Color Harmonies of #C4BF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BF1B

Black with #C4BF1B

Text Example


Text Example

White with #C4BF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BF1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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