Html Css Color HEX #BADB58 Conifer

📋 copy color: '#BADB58'

red 186 ◦ green 219 ◦ blue 88

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

Shades of Conifer #BADB58

Tints of Conifer #BADB58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.85%

R = 37.73%
G = 44.42%
B = 17.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#BADB58 (or 0xBADB58) is known color: Conifer. HEX triplet: BA, DB and 58. RGB value is (186,219,88). Sum of RGB (Red+Green+Blue) = 186+219+88=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 88 (34.77% from 255 or 17.85% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB58 is #4524A7. Grayscale: #C2C2C2. Windows color (decimal): -4531368 or 5823418. OLE color: 5823418.

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

Color convert

RGB 186 219 88 -
CMYK 0.15 0 0.60 0.14
HSL 75.11º 0.65% 0.6% -
HSV(B) 75.11º 0.6% 0.86% -
XYZ 47.34 61.81 18.67 -
YUV 194.2 68.07 122.15 -
System Red Green Blue C M Y K H S L
Decimal 186 219 88 0.15 0 0.60 0.14 75.11 0.65 0.6
Hex BA DB 58 F 0 3C E 4B 41 3C
Octal 272 333 130 17 0 74 16 113 101 74
Binary 10111010 11011011 1011000 1111 0 111100 1110 1001011 1000001 111100

Color Harmonies of #BADB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB58

Black with #BADB58

Text Example


Text Example

White with #BADB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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