Html Css Color HEX #BADB50 Conifer

📋 copy color: '#BADB50'

red 186 ◦ green 219 ◦ blue 80

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

Shades of Conifer #BADB50

Tints of Conifer #BADB50

RGB

 RED value IS 186 (73.05% from 255) = 38.35%

 GREEN value IS 219 (85.94% from 255) = 45.15%

 BLUE value IS 80 (31.64% from 255) = 16.49%

R = 38.35%
G = 45.15%
B = 16.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#BADB50 (or 0xBADB50) is known color: Conifer. HEX triplet: BA, DB and 50. RGB value is (186,219,80). Sum of RGB (Red+Green+Blue) = 186+219+80=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB50 is #4524AF. Grayscale: #C1C1C1. Windows color (decimal): -4531376 or 5299130. OLE color: 5299130.

HSL color Cylindrical-coordinate representation of color #BADB50: hue angle of 74.24º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BADB50 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 219 80 -
CMYK 0.15 0 0.63 0.14
HSL 74.24º 0.66% 0.59% -
HSV(B) 74.24º 0.63% 0.86% -
XYZ 47.03 61.68 17.02 -
YUV 193.29 64.07 122.8 -
System Red Green Blue C M Y K H S L
Decimal 186 219 80 0.15 0 0.63 0.14 74.24 0.66 0.59
Hex BA DB 50 F 0 3F E 4A 42 3B
Octal 272 333 120 17 0 77 16 112 102 73
Binary 10111010 11011011 1010000 1111 0 111111 1110 1001010 1000010 111011

Color Harmonies of #BADB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB50

Black with #BADB50

Text Example


Text Example

White with #BADB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB50; }

 p { color: rgb(186,219,80); }

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

background-color css

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

 a { background-color: rgb(186,219,80); }

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

border-color css

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

 span { border-color: rgb(186,219,80); }

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